body {
  background-color: #e1eced;
  margin: 0;
  font-family: Arial, sans-serif;
  height: 100vh;
  position: relative;
}

.embed-area{
  width:95vw !important;
  gap: 20px;
  max-width:100%;
  display:flex;
  align-items: center;
  margin: 0 auto;
}

.embed-area iframe{
  width:95vw !important;
  max-width:100% ;
  min-width:0 !important;
  height:180px;
  border:0;
  display:block;
  align-items: center;
}


#toplogo {
  left: 2%;
  width:20vw;
  height: auto;
  max-width: 200px;
  height: auto;
  padding: 1%;
}

#mascot {
  position: absolute;
  bottom: 2%;
  right: 2%;
  height: 25%;
  width: 25%;
  height: auto;
}

.dropdown-container {
  position: flex;
  bottom: 30%;
  padding-left:5%;
  width: 80%;
  height: auto;
  display: flex;
}

.dropbtn {
  background-color: #e58658;
  color: black;
  text-align: center;
  padding: 12px 24px;
  font-size: 22px;
  border: none;
  cursor: pointer;
  border-radius: 6px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  text-align: center;
  background-color: #f2c782;
  min-width: 100%;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  border-radius: 6px;
  overflow: hidden;
  font-size: 20px;
}

.dropdown-content a {
  padding: 12px 16px;
  display: block;
  text-decoration: none;
  color: black;
  width: 100%;
  box-sizing: border-box;
}

.dropdown-content a:hover {
  background-color: #cca66a;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media (max-width: 480px) {

  #toplogo {
    width: 40vw;
  }

  #mascot {
    width: 50vw;
  }

  .embed-area {
    width: 80vw;
    height: 150px;
  }

  .dropbtn {
    font-size: 18px;
    padding: 10px 16px;
  }
}
