.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}


body {
    background-color: #FF0000;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    font-style: normal;
    color: #0022FF;
}

h1 {
    font-weight: 700;
    font-size: 3rem;
    text-align: center;
}

.content {
    background-color: #fff;
    padding: 4rem;
    max-width: 900px;
    margin: 2rem auto;
}

img {
    margin: 3rem auto;
    display: block;
    width: 173px;
    
}