body{
    background-color: white;
    font-family:sans-serif;
    justify-content: center;
    align-items: center;
    margin: 30px;
}


h1{
    font-family: "Big Shoulders Inline Text", sans-serif;
    font-size: 50px;
    font-weight:bold;
    color: #00bfffe9;
}

h2{
    font-family: "Big Shoulders Inline Text", sans-serif;
    font-size: 30px;
    font-weight:bold;
    color: #5d5d5d; 
}


p{
    font-family: "Baloo 2", sans-serif;
    font-size:25px;
}

h3{
    font-family: "Baloo 2", sans-serif;
    font-size:25px;
    padding: 20px;
}




