body {
text-align: center;
background-color: #118076;
position: fixed;




}

p,h1{
    color:black;
    font-size: 20px;

}

img{
    width: 10cm;
    height: 10cm;

}

.container{
    box-align: center;
    display: auto;
    

}

main{

    margin: 100px;
}
.border-box{
background-color:  #020B7C;
color: white;
font-family: Trebuchet MS;
text-align: left;
font-size: 20px;
border-top: solid 3px white;
border-left: solid 3px white;
border-bottom: solid 2px #ABABAB;
border-right: solid 3px black;
padding: 4px;
}
.center-box{

    background-color: #ABABAB;
    text-align: center;
    
    padding: 4px;
    
}

.center-box2{

    background-color: #ABABAB;
    text-align: left;
    
    padding: 4px;
}


footer{
    color: white;
}


