html, body{
    height: 100%;
    background:#e8faf6;
    text-align: center;
}

h1,h2{
    text-align: center;
    font-family: 'Fredoka One', cursive;
}

.container{
    text-align: center;
    background:#e8faf6;
    max-width: 1000px;
    margin: auto;
}

#page-title{
    margin-top: 50px;
    font-size:6.5rem
}

.custom-img{
    max-width: 350px;
    text-align: center;
}

section{

    margin-top: 50px;
}

p{
    font-family: 'Indie Flower', cursive;
    font-size: 22px;
}