h1 {
    color: rgb(195, 221, 255);
    text-align: center;
    font-size: 50px;
    background-color: rgb(253, 253, 253);
    padding: 30px;
    text-shadow: 5px 5px 5px black;
}
h2 {
    color: rgb(255, 255, 255);
    font-size: 30px;
    margin: 30px;
}
p, ul {
    color: rgb(31, 0, 17);
    text-align: justify;
    background-color: rgb(255, 255, 255);
    padding: 30px;
    margin: 30px;
    box-shadow: 10px 5px 5px rgb(0, 0, 0);
}
body {
    background-color: rgb(190, 226, 255);
}