:root{
  --color1:#FF3F33;
  --color2:rgb(67, 112, 136);
  --color3:#075B5E;
  --color4:#9FC87E;
}

header {
    background-color: var(--color3);
    width: 100%;
    height: 80px;
    align-content: center;

         }
        
  
        .logo{
            width: 200px;
            height: 50px;
            cursor: pointer;
            margin-left: 40px;
            align-content: center;

        }
footer{
    background-color: var(--color3);
    color:white;
    width: 100%;
    margin-top: 20px;
    align-content: center;
    text-align: center;
    min-height: 90px;
}
footer .links{
    list-style-type: none;
    display: inline-flex;
}
footer .links a{
    color: white;
    margin: 5px;
}
 