body{
    color: black;
    /* background-color: ; */
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

ul{
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    align-items: center;
    padding: 16px;
}

a{
    color: black;
    text-decoration: none;
}

header img{
    width: 250px;
    height: 100px;
    /* border: 5px solid #5BBE42; */
}

footer img{
    width:150px;
    height: 60px;
}
.center{
    text-align: center;
}

h1{
    color:darkcyan;
}

footer{
    display: flex;
    justify-content: center;
}
footer a{
    margin: 20px;
    text-align: center;
}

footer p{
    margin-top: 2px;
}

.container{
    padding: 0px 50px;
}

/* nav a:hover{
    color:#5BBE42;
} */
a:hover{
    color:#5BBE42;
}