html{
    font-family: 'Lato','Arial', sans-serif;
}

h1{
   align-content: center;
   text-align: center;
}

body {
    background-color:#f5f5f5;
    color: #1a2c57;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    
}
  h2{
    font-weight: 300px;
    margin-bottom: 20px;
}