header{
    background-color: lightblue;
}
footer{
    background-color: darkblue;
    padding: 20px;
    color: white;
    text-align: center;
}
a:hover{
    border-bottom: 4px solid orange;
}
#about{
    transition: 5s;
}