@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
body {
  width: 100%;
  margin: auto;
  background-color: rgb(179, 0, 0);
  /* overflow-y: auto; */
  scrollbar-gutter: stable;
}
img {
  width: 100%;
}
.content-box {
  width: 100%;
  height: 80vh;
  align-content: center;
  text-align: center;
}
.logo {
  width: 40vw;
}
.front-text {
  padding: 1em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2em;
  font-weight: 400;
  color: white;
}
.footer-box {
  width: 100%;
}
.socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
  padding: 1em;
}
.socials img {
  width: 24px;
  height: auto;
}
.footer-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: 200;
  color: white;
  text-align: center;
  padding-bottom: 4em;
}