* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
} 
html,
body {
  margin: 0;
  padding: 0;
} 
body {
    width: 100vw;
    height: 100vh;
    background: #111;
}
.ship {
    display: flex;
    flex-wrap: wrap;
}
.container {
    width: calc((100vw/2500)*20);
    height: calc((100vh/1673)*8.5);
}

html,
body {
  margin: 0;
  padding: 0;
}