/*Last updated 1-8-26*/

body{
    background-color: rgb(159, 190, 219);
    text-align: center;
}

section{
    background-color: rgba(255, 255, 255, 0.534);
    margin: 20px;
    border: 3px rgb(4, 62, 109);

    padding: 15px;
}

header{
    
    color: white;
    text-shadow: 4px 4px 3px rgb(2, 17, 49);
}

h1{
    font-size: 40px;
}

h2{
    font-size: 30px;
    
}