html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
}
a {
  text-decoration: none;
}
.viewport {
  display: flex;
  flex-direction: column;
  min-height: 910px;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
}
.container {
  flex: 1;
  background: url('./background.jpg') no-repeat center;
  background-size: cover;
}
.wrapper {
  width: 60%;
  margin: 0 auto;
  min-height: 750px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 20px;
  margin-left: -65px;

  color: #131414;
  font-family: Rubik;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
}
.logo img {
  width: 42px;
  height: 42px;
}
.slogan {
  color: #050505;
  font-family: Montserrat;
  font-size: 60px;
  font-weight: 800;
  white-space: pre-line;
  margin-top: 176px;
  text-transform: uppercase;
}
.slogan em {
  color: #9825B5;
  font-size: 80px;
  font-style: normal;
}
.google {
  width: 247.13px;
  height: 75.7px;
  margin-top: 70px;
  background: url('./google.png');
}
.google a {
  display: block;
  height: 100%;
}
footer {
  display: flex;
  height: 160px;
  width: 100%;
  background: #17181b;
}
.footer {
  margin: auto;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #beb8b8;
}
.footer a:active {
  text-decoration: underline;
}
.reserved {
  font-size: 12px;
  margin-top: 10px;
  color: #ffffff99;
}
