html {
    font-family: Arial, Helvetica, sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
}

body {
    margin: 0;
    padding: 0;
}

div.divnav {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 2;
    position: relative;
}

.nav {
    margin-top: 20pt;
    border: 2px solid black;
    border-radius: 10px;
}

.nava {
    background-image: linear-gradient(#116aa6, #10476b);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    gap: 20px;
}

.nava a {
    text-decoration: none;
    color: white;
    font-size: 15px;
    padding: 10px 15px;
    transition: 0.3s;
    border-radius: 10px;
}

div.p {
    margin: auto;
    width: 62.5%;
}

.nava a:hover {
    background-color: #9fb5c3;
    padding: 10px 15px;
    color: black;
}

.img1 {
    background-size: cover;
    position: absolute;
    z-index: 1;
    width: 100%;
}

div.foot {
    background-image: linear-gradient(#116aa6, #10476b);
    font-size: 8pt;
    position: fixed;
    bottom: 0;
    box-shadow: 0 -8px 16px 0 rgba(0, 0, 0, 0.5), 0 -6px 20px 0 rgba(0, 0, 0, 0.19);
}

div.con a {
    text-decoration: none;
    color: black;
    transition: 0.7s;
}

div.con a:hover {
    color: #116aa6;
}

.logo {
    height: 50px;
    justify-content: flex-start;
}