body {
    background-color: #d5dbff;
    margin: 0;
    padding: 0;
}

.header {
    background-color: #2a145d;
    height: 150px;
    width: 99.7%;
    overflow: hidden;
    position: relative;
    top: 0;
    border: solid;
    border-color:#72bcd4;
    font-weight: bold;
    text-align: center;
    color: white;
}

.footer {
    background-color: #2a145d;
    height: 200px;
    width: 99.7%;
    overflow: hidden;  
    position: absolute;
    bottom: 100%;
    left: 0;
    border: solid;
    border-color:#72bcd4;
}


.footerChords {
    background-color: #2a145d;
    height: 275px;
    width: 99.7%;
    overflow: hidden;  
    position: absolute;
    left: 0;
    border: solid;
    border-color:#72bcd4;
}




