h1 {

    text-align: center;

}
strong {

    display: block;

    margin: 2rem;
}

body {


    background-color: aliceblue;
    

    margin: 1rem;

    font-family: 'Roboto Condensed', sans-serif;

}
