#banner {
    width: 100%;
    height:55px;
    border: 2px solid yellowgreen;
    background: yellowgreen;
}

#nav {
    position: absolute;
    top: 17px;
    left: 400px;
    font-size: 30px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    word-spacing: 25px;
}
#nav li {
    display: inline;
    list-style-type: none;
}
#nav li a:link,#nav li a:visited {
    color:rgb(241, 247, 247);
    text-decoration: none;
}
#nav li a:hover {
    background: rgb(181, 181, 194);
}

#welcome {
        width: 100%;
        height: 150px;
        font-size: 42px;
        text-align: center;
        border: 2px solid blueviolet;
        background: pink;
}
    #curiosity {
        width: 75%;
        height: 300px;
        text-align: center;
        font-size: 20px;
        border: 2px solid sandybrown;
        background: wheat;
        float:left;
    }
    #curiosity p{
        font-size: 30px;
    }
    #man1 {
        width: 24.4%;
        height: 300px;
        text-align: center;
        border: 2px tan;
        background: honeydew;
        float: right;
    }
    #ability {
        width: 75%;
        height: 300px;
        text-align: center;
        font-size: 20px;
        border: 2px solid;
        background: gold;
        float: left;
    }
    #ability p{
        font-size: 30px;
    }
    #man2 {
        width: 24.4%;
        height: 300px;
        text-align: center;
        border: 2px;
        background: burlywood;
        float: right;
    }
    #creativity {
        width: 75%;
        height: 300px;
        text-align: center;
        font-size: 20px;
        border: 2px solid;
        background: rgb(187, 238, 128);
        float: left;
    }
    #creativity p{
        font-size: 30px;
    }
    #man3 {
        width: 24.4%;
        height: 300px;
        text-align: center;
        border: 2px solid;
        background: gray;
        float: right;
    }

    
        
#footer {
    position: absolute;
    top: 1122px;
    width: 100%;
    height: 65px;
    text-align: center;
    border: 2px solid;
    background: wheat;
    float: clear;
}
#footer p {
    color: rgba(231, 23, 23, 0.959);
    font-size: 25px;
}
