@charset "utf-8";

section {
    width: 80%;
    top: 400px;
    background-color: rgba(1,2,66,1);
    
}

header {
    
    width: 450px;
   
}

body {
   
    background-size: auto;
}
#footab {
    position: absolute;
    border-radius: 24px;
    text-align: center;
    width: 80%;
    height: 24px;
    background-color: rgba(0,3,151,1.00);
    left: 9%;
    top:1190px;}
