body {
background: #83D9FC;
}

.navbar {
    background-color: #1C7DE4;
    min-width: 100%;
    box-shadow: 0 1px 3px rgb(0 0 0 / 4%);
    margin-bottom: 2em;
    opacity: 1;
    z-index: 9999;
}

nav a {
    color: #fff;
    text-decoration: none;
}

.logo {
position: relative;
left: -200px;
font-family: sans-serif;
font-size: 20px;
font-weight: bold;
}

.items-nav {
    position: relative;
    left: 30%
}

li {
    width: 120px;
}

.nombre {
    background-color: #0CF;
    display: inline-block;
    text-align: center;
    padding: 6px 20px 8px;
    border-radius: 10px;
    margin-bottom: 5px;
}
.navwrapper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2%;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

nav ul {
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}


