h1 {
    text-align: center;
    color: rgb(0, 0, 0);
}

h2 {
    text-align: center;
    color: aliceblue;
    text-shadow: 3px 4px 10px black;
}

p {
    text-align: center;
    color: aliceblue;
    text-shadow: 3px 4px 10px black;
}

a {
    color: aliceblue;
}

.h {
    background-color: #ffffff;
    box-shadow: 3px 4px 10px;
}


.o {
    background-color: #f9e79f;
}

.l {
    background-color: #fcf3cf;
}

.a {
    background-color: #fef9e7;
}

