body {
    font-family: "Poppins", sans-serif;
    background-color: #00c5d3;
}

h1 {
    text-align: center;
    font-size: 100px;
    color: white;
    padding: 20px;
}

p {
    text-align: center;
    color: white;
    padding: 1em;
    font-size: 30px;
}

h2 {
    color: white;
    padding: 20px;
    text-align: center;
    font-size: 50px;
}

hr {
    margin-left: 2em;
    margin-right: 2em;
    height: 10px;
    background-color: white;
    color: white;
    border-radius: 20px;
}

img {
    border-radius: 20px;
    box-shadow: 0 0 .2rem rgba(0,0,0,.1),0 .2rem .4rem rgba(0,0,0,.2);
    margin: 0 auto;
    display: block;
    height: 50%;
}