body {
    font-family: "Cabin", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
    /*ackground-color: #214541;*/
    background-color: #2d5d58;
    color: white;
    margin: 0px;
    
}

header {
    display: flex;
    justify-content: center;
    border-bottom: 4px solid black;
    background-color: #31506a;
    width: 100%;
    
}

h1 {
    font-size: 25px;
    
}
img {
    border-radius: 10px;
}
footer {
    font-style: italic;
    margin: 2vh 2vh 2vh 2vh;
}