@import url('https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css');
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&family=Rubik+Mono+One&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
 *{
  background-color: #f7e1f1;
  font-size: 30px;
  font-family: sans-serif;

}


.header {
  overflow: hidden;  
}


.header a {
  float: left;
  color: black;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
  background-color: #b4d9e4;

}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

.header a:hover {
  background-color: #ddd;
  color: black;
}

.header a.active {
  background-color: purple;
  color: white;
}

.header-btns {
  padding: 10px;
  margin: 10px;
}

.container {
  font-size: 30px;
}

.imges {
  max-height: 50%;
  max-width: 50%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;


}
.my-button {
  background-color: #b4d9e4;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
  border-color: #b4d9e4;
  font-size: 30px;
  padding: 10px;

}

.my-button:hover {
  background-color: #ddd;
}

h1 {
  opacity: 1.0;
  color: rgb(87, 17, 151)
}

.login-container {
  border-style: solid;
  color: rgb(48, 17, 77);
  border-width: medium;

}

#bdy-txt {
  text-align: center;
  transition: 0.5s ease-in-out;
}

.inside-login {
  border:black medium;
  padding: 10px;
} 

#toggled-state {
  background-color: black;
}
