body {
  background: #e5ac27;
  display: flex;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: 'Roboto', Tahoma, Arial;
  font-weight: 700;
  font-size: 19px;
  color: #2d2c38;
  padding: 0;
  margin: 0;
}

.logo {
  background: url('img/logo.png') no-repeat;
  width: 376px;
  height: 57px;
}
