body {
  margin: 0;
  overflow-x: hidden;
}
.maintop {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: fixed;
  top: 0px;
  z-index: 5;
  background-color: rgb(92, 92, 92);
  color: white;
  width: 100vw;
  font-size: 24px;
  height: 7vh;
  justify-content: flex-start;
}
.top p {
  font-weight: bold;
  font-size: 25px;
}
.top {
  width: 80vw;
}
nav {
  flex-direction: row;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
nav a {
  margin-left: 2vw;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
}
nav a:hover {
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 44px;
}

img.logo {
  width: 220px;
  margin-top: 25px;
  /* height: 30px; */
  /* filter: invert(100%); */
}

.construction {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  background-color: rgb(92, 92, 92);
  color: white;
  font-size: 30px;
  font-weight: bold;
}
.construction img {
  width: 15vw;
  height: 15vh;
  object-fit: cover;
  object-position: center;
}

footer {
  margin: 0;
  /* background-size: cover; */
  background-color: rgb(92, 92, 92);
  height: 7vh;
}
footer div {
  display: flex;
  justify-content: center;
  margin-bottom: 3vw;
}
footer img {
  padding: 1vw;
  filter: invert(100%);
  width: 3vw;
  /* height: 3vw; */
  /* object-fit: cover; */
  object-position: center;
}
