
* {
    /* what is the font? */
    font-family: Montserrat Regular;
}

header {
    background-color: white;
}

main {
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 0%;
    text-align: center;
    background-color: #2f1c3a;
    color: white;
  }

.navbar { 
  list-style-type: none; 
  padding: 0; 
} 

.space {
padding: 20%;
}

.navbar li { 
  display: inline; /* or inline-block */ 
   margin-left: 1%;
  margin-right: 1%; /* Adjust the value as needed */ 
 margin-top: 1%;
}

.tan {
    background-color: #EDE6E4;
}

.w3-container {
  background-color: #2f1c3a;
  color: white;
  font-size: xx-large;

}

.initials {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  object-view-box: none;
}


figure {
  text-align: center;
  text-indent: 0;

}

.test {
  margin-left: 10%;
  margin-right: 10%;
}
