    header {
        height: 60px;
        background-color: rgb(228, 168, 79);
    }
    
    footer {
        height: 300px;
        background-color: rgb(111, 47, 206);
    }
    
    .link {
        color: aliceblue;
    }
    
    .list {
        color: #ffffff;
    }