body{
    font-family: "Playfair Display", sans-serif;
    justify-content: center;
    background: #ffffff;
}

a {
    text-decoration: none;
    color: #21201E;
    transition: 0.3s ease-in-out;
}


/* ****** Header ****** */
.header{
    display: flex;
    justify-content: center;
    gap: 400px;
    margin-bottom: 50px;
;
}

.menu-list {
    display: flex;
    gap:20px;
    margin-top:82px;
}

.menu-item a:hover {
    text-decoration: underline;
}

.jlo-logo {
    height: 193px;
    width: 193px;
}

.social-media {
    display: flex;
    margin-top: 81px;
    gap: 20px;
}

.hicon {
    height: 22px;
    width: 22px;
}


/* FOOTER */

.footer {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 50px 70px 50px;
}