.header {
    height:110px;
    width:1910px;
    background-color:seagreen;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    position:fixed
}

.background {
    height:263%;
    width:100%;
    background-color:white
}

.bottom {
    height:200px;
    width:100%;
    background-color:seagreen
}

