* { background-color: #FFAA00;
    font-family: 'titillium web';
}

body {    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
  min-height: 100vh;
    
}

body img { width: 10em;
    margin:10px auto;
    }
    
   h5 { font-size: 1em;}


a { 
font-size: .7em;
color: black;
padding: .em;
font-weight: 700;
margin: 8em;
border-radius: .3em;
}