
/*@import url("Ghibli2024.css");*/

* {
  font-family: 'Montserrat', sans-serif;
  scrollbar-color: #175F60 lightgray;
 }

 /* ----------*/
 /*navigation styling*/
 /* ----------*/
.navigation {
  overflow:hidden;
  background-color: #175F60;
  position: relative;
  margin-bottom: 50px;
}

.navigation #myLinks {
  display: none;
  text-align: center;
}
.navigation p {
  font-size: 9px;
  margin: 0;
  padding: 0;
}
.navigation a {
  color: #fcb900;
  padding: 10px 14px;
  text-decoration: none;
  font-size: 20px;
  display: block;
}
.navigation a.icon {
  background: black;
  color: #fcb900;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 55px;
  width: 55px;
  text-justify: center;
  text-align: center;
}
.navigation a:hover {
  background-color:#175F60;
  color: white;
}
.active {
  background-color: #fcb900;
  color: white;
} 

#image-container {
  background-color: #175f6050;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  height: 500px;
  border-radius: 10px;
  text-align: center;
  justify-self: center;
}

#btn-container {
  background-color: #fcb9006a;
  padding: 5px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  height: 65px;
  border-radius: 10px;
  text-align: center;
  justify-self: center;
}

button {
  text-align: center;
  padding: 23px;
  background-color: #175F60;
  color: #fcb900;
  border-radius: 10px;
}

#student {
  width: 100%;
  height: 50px;
  background-color: #fcb9007e;
  color: #11494a;
  opacity: 50%;
  margin: 5px;
  position: relative;
  bottom: 0;
}

#student p {
  margin-top: 20px;
  padding-top: 12px;
  text-align: right;
  font-size: 12px;
}