* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  background: #f4f4f4;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.screen {
  position: relative;
  width: 986px;
  height: 570px;
  max-width: 100vw;
  max-height: 100vh;
  background: #ffffff;
  overflow: hidden;
}

.logo {
  position: absolute;
  width: 326px;
  height: 117px;
  left: 0;
  top: 0;
  background: #cccccc;
  will-change: transform;
}
