nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgba(162, 169, 173, 0.7);
    width: 79%;
    margin: 0 auto;
    border-radius: 40px;
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.imgNav {
    width: 13.9%;
}

.linksNav {
    width: 48%;
    margin-right: 11.5%;
}

.linksNav ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 18%;
}

.linksNav li {
    list-style: none;
}

.linksNav li a {
    text-decoration: none;
    color: white;
    font-family: 'Myriad Pro';
    font-weight: 400;
    font-size: 0.8em;
}

.contactNav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 20%;
    gap: 19%;
}

.contactNav button {
    background-color: #000F9F;
    border-radius: 20px;
    padding: 5px 21px;
    border: none;
    height: 3vh;
}

.contactNav button a {
    text-decoration: none;
    color: white;
    font-family: 'Open Sans';
    font-size: 1em;
    font-weight: 500;
}
.contactNav button {
    background-color: #000F9F;
    border-radius: 20px;
    padding: 5px 21px;
    border: none;
}

.imgContact {
    width: 20%;
    display: flex;
    gap: 15%;
}