
h1 {
    color: aliceblue;
    background-color: rgb(119, 193, 253, 0.8);
    font-size: 30px;
    }

h2 {
    color: rgb(119, 193, 253, 0.8);
    font-size: 26px;
    }

h3 {
    color: aliceblue;
    background-color: rgb(119, 193, 253, 0.8);
    font-size: 22px;
    }

h4 {
    color: rgba(7, 127, 75, 0.6);
    font-size: 20px;
    }

header, section {
        margin: 10px;
        padding: 5px;
    }

ul {
        color:green;
    }

footer {
    width: 100%;
    height: 30px
}