.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.fixed-top {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topImage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}

.mediaQuery1 {
  position: absolute;
  bottom: 30%;
  left: 90px;
  width: 40%;
}

.mediaQuery2 {
  position: absolute;
  background-color: rgb(255, 255, 255);
  width: 70%;
  border-radius: 25px;
  padding: 20px;
  opacity: 0.2;
  height: 270px;
}

.mediaQuery3 {
  max-width: 300px;
  min-width: 100px;
  margin-top: 10px;
}
.footerimage {
  width: 100px;
  margin-bottom: 50px;
}
.email {
  color: white;
  margin-bottom: 20px;
}
.footericons {
  margin-right: 2%;
}
.discordLogo {
  width: 20px;
  margin-right: 8px;
  margin-left: -8px;
  margin-bottom: 3px;
  background-color: #5957cd;
}

.discordLogo:hover {
  background-color: #40f8a6;
  transition: background-color 0.8s;
}

.appbutton {
  width: 100%;
  font-size: large;
  margin-left: 20px;
}

.topImage2 {
  width: 95%;
  border-radius: 25px;
  z-index: -1;
}

.mobilefont {
  color: white;
  margin-left: 20px;
  margin-top: 20px;
}

.footerfixed {
}

.footercontainer {
}

.bottomLine {
}

.center-container {
}

@media (max-width: 600px) {
  .mediaQuery1 {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: -10%;
    margin-top: 18%;
  }
  .mediaQuery2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -5%;
    width: 92%;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
  .footerimage {
    width: 20%;
    margin-bottom: 10px;
  }
  .topImage {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .topImage2 {
    width: 100%;
    border-radius: 20px;
  }
  .discordLogo {
    width: 6%;
    margin-right: 10%;
    margin-bottom: 18px;
  }
  .footericons {
    margin-top: 5%;
    margin-right: 10%;
  }
  .footercontainer {
    margin-left: 5%;
    flex-direction: column;
  }
  .bottomLine {
    margin-top: 5%;
    margin-right: 50%;
    margin-left: -29%;
    margin-bottom: 10%;
  }
  .appbutton {
    width: 100%;
    margin-left: 0;
  }
  .mobilefont {
    font-size: xx-large;
    color: white;
    margin: 0;
  }
  .center-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footerfixed {
    margin-bottom: -1000;
  }
}
