body {
    font-family: roboto-condensed, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 100%;
    margin: 2em;
    background-color: #e4e4e4f6;
    text-align: center;
    
}
header {
    background-color: teal;
}

h1 {
    font-weight: 250;
    font-size: 135%;
}

img {
    max-width: 75%;
  height: auto;
}

main p {
    font-variant: titling-caps;
    
}

footer p {
    font-size: 80%;
    text-align: center;
    font-variant: small-caps;
}