#activelist{
    background-color: #062B5B;
    padding: 30px 26px;
    border-radius: 66px;
}

#logo{
    position: absolute;
    top: 0;
    left: 0;
}
#about{
    text-align: center;
}
.some{
    color: #062B5B;
}
body{ 
height: 125vh;  
margin-top: 80px;  
padding: 30px;  
background-size: cover;  
font-family: sans-serif; 
align-items: center;
align-content: center; 
text-align: center;
}  
header {  
background-color: rgb(255, 106, 0);  
position: absolute;  
left: 0;  
right: 0;  
top: 0;  
height: 100px;  
display: flex;  
align-items: center;  
box-shadow: 0 0 25px 0 black;  
}  
header * {  
display: inline;  
}  
header li {  
margin: 20px;  
}  
header li a {  
color: #F8F4DD;  
text-decoration: none;
text-align: center;  
}  
ul{
 
        -moz-column-count: 2; /* For FireFox */
        -webkit-column-count: 2; /* For Safari/Chrome */
        column-count: 2; /* For when the standard gets fully supported */
        }
main img{
    display: block;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}
section ul{
    text-align: center;
    list-style-type: none;
    padding: 5px 5px 5px 5px;
    background-color: #062B5B;
    color:#F8F4DD;
    border-radius: 66px;
}
footer p{

}