p{
    font-family: cursive, sans-serif;
    color: #073b4c;
}
h1{
    font-family: fantasy,serif;
    color: #118AB2;
}
h2{
    font-family: fantasy, sans-serif;
    color: #EF476F;
}
ul{
    font-family: cursive, sans-serif;
    color: #073b4c;
}
ol{
    font-family: cursive, sans-serif;
    color: #073b4c;
}
strong{
    color: #ff7a00;
}
body{
    background-color: #FFD166;
    margin: 0 auto;
    max-width: 50em;
}