* {
    font-family: sans-serif;
}

body {
    background-color: rgb(152, 206, 206);
}
h1,h2 {
    color: rgb(34, 11, 243);
    font-family: cursive;
}

main, footer {
    width: 50%;
    margin: auto;
}

p {
    line-height: 17pt;
}
footer {
    background-color: ;
}