@font-face {
  font-family: ElliotSans;
  src: url("ElliotSans_Bold.ttf") format("truetype");
}

html {
  min-height: 100%;
}
body {
  margin: 0px;
  padding: 0px;
  background: #2c222d url("bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  width: 100%;
}

.logoWrap {
  display: flex;
  justify-content: center;
}

.amLogo {
  position: absolute;
  text-align: center;
  top: 40%;
  margin: auto;
  filter: drop-shadow(0px 20px 20px rgb(123, 255, 0))
    drop-shadow(0px -50px 60px rgb(60, 105, 80)) invert(7%) blur(0.5px);
}

.textLarge {
  color: white;
  margin: 0 40px;
  font-size: 4.4em;
  font-family: ElliotSans, sans-serif;
  font-weight: bold;
  filter: drop-shadow(0px 10px 40px rgb(81, 168, 0));
}

.text {
  color: white;
  margin: 0 40px;
  font-size: 2.2em;
  font-family: ElliotSans, sans-serif;
  font-weight: bold;
  filter: drop-shadow(0px 10px 40px rgb(81, 168, 0));
}

.icon {
  border-radius: 10px;
  width: 40px;
  height: 40px;
}

img {
  max-width: 95%;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: black;
  color: white;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .icon {
    border-radius: 13px;
    width: 48px;
    height: 48px;
  }

  body {
    background: black url("bg.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: none;
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
  }
}
