body{
    background-color: wheat;
}
.flex-container {
    display: flex;
    background-color: rgb(38, 38, 156);
    margin-left: 30px; 
    margin-right: 20px; 
    

}
.flex-container > div {
    background-color:white;
    margin: auto;
    padding: 20px;
    font-size: 30px;
    
}
h1{
    margin-bottom: 40px; 
    margin-top: 30px; 
    font-size: 2.7em; 
    margin-left: 30px; 
    margin-right: 20px; 
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    background-color: rgb(38, 38, 156);
    color: wheat;
}
img {

    width:  250px;
    height: 300px;
    object-fit: cover;
    border: solid 5px rgb(38, 38, 156);
}
footer{
    background-color:  rgb(38, 38, 156);
    margin-left: 30px; 
    margin-right: 20px; 
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
table, th, td {
    border:1px solid black;
}
.active {
    background-color:rgb(38, 38, 156);
    color: wheat;
    
}
div a:hover:not(.active) {
    background-color:rgb(38, 38, 156);
    color: wheat;
}
a{
    color: black;
    text-decoration: none;
}
