* {background-color: darkred;
    font-family: 'Alegreya';'Helvetica'; 'Sans serif'}

header {
    
 display:block;
    margin:auto;
    margin-top: 4rem;
    display: flex;
    justify-content: center;}
}

Body { min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-color: darkred;
    
}

main {display: flex;
      justify-content: center;
        align-items: center;}

footer button {background-color: white;
border-radius: 0.5rem;
    font-family: 'Montserrayt', sans-serif;width: 33%;
    font-weight: 700;
    padding: 5px 10px;
   margin-bottom: 3rem;; color: darkred; margin-top: 1.5rem; margin-left: 13em;
    ; 
   
    


}


