html, body {
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
}


.xlogo {
    position: absolute;
    text-align: center;
    object-fit: cover;
    max-width: 200%;
    width: 8%;
    left: 4vh;
}

.xmenu {
    font-family: 'Lexend Deca', sans-serif; 
    top: 35%;
    left: 13vh;
    position: absolute;
}

.xhome {
    width: fit-content;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
}
.xaboutus {
    width: fit-content;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
}

.hmenu .hitem {
    border: 1px solid transparent;
}

.hmenu .hitem:hover {
    background: #fcfcfc;
    border: 1px solid #d0d0d0;
    padding: 5px;
    width: auto;
    position: absolute;
}








