
body{
    background-color: rgba(238, 207, 238, 0.884);

    font-family:'Courier New', Courier, monospace
}

section{
    background-color: rgba(255, 182, 255, 0.911);
    padding: 15px;
    margin: 20px;
    border: 5px lightskyblue;
}

header{
    text-align: center;
    color: floralwhite;
    text-shadow: 4px 4px 3px rgb(61, 55, 55);
}

h3{
    font-size: 24px;
}

h2{
    font-size: 30px;
    text-align: center;
    color: antiquewhite;
}
