body{
    font-family: "Quantico", sans-serif;
    font-weight: 400;
    font-style: normal;
}

div.flexBucket{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
div.flexBox{
    flex-basis: 30%;  
    min-width: 200px;
    margin: 5px;
}

h1, h2{
    text-align: center;
    color: #14244d;
    font-weight: 700;
}

p{
    margin: 10px;
}

td, th{
    border: solid 2px #14244d; 
}

li{
    text-decoration: underline;
}

div#menu{
    border: 5px solid #4bb8d4;
    background-color: #f8efdf;
    
}

div#content{
    flex-basis: 65%;
    border: 5px solid #4bb8d4;
    background-color: #f8efdf;
}

h1#header{
    font-size: 3em;
}

.quantico-regular {
  font-family: "Quantico", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.quantico-bold {
  font-family: "Quantico", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.quantico-regular-italic {
  font-family: "Quantico", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.quantico-bold-italic {
  font-family: "Quantico", sans-serif;
  font-weight: 700;
  font-style: italic;
}

