/*
#DAF7A6
#FFC300
#FF5733
#C70039
#900C3F
#581845
*/

/* The navigation bar */
.navbar {
  overflow: hidden;
  background-color: #8e87ff;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  font-family: 'Courier New';
}

/* Links inside the navbar */
.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: 'Courier New';
}

/* Change background on mouse-over */
.navbar a:hover {
  background: #ddd;
  color: black;
}

/* Main content */
.main {
  margin-top: 30px; /* Add a top margin to avoid content overlay */
  font-family: 'Courier New';
  overflow-x: hidden;
}

body{
  background-color: #e4f1ff;
}

.divider {
  width: 98vw;
  margin: 1vw;
  text-align: center;
  font-size: 30px;
}

.box {
  background-color: white;
  padding: 0.4vw;
  width: 18vw;
  max-width: 18vw;
  border-style: solid;
  border-color: black;
  text-align: center;
  float: left;
  margin: 0.3vw;
  height: auto;
  border-radius: 0.5vw;
}

#height-flex{
  flex: 1; 
}

.row{
  display: flex;
}

.divide{
  position: relative;
  min-width: 100vw;
  padding: 1vw;
  margin: 0.2vw;
} 