.inicio{
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 9vh;
    position: fixed;
    background-color: #fff;
    z-index: 100000000;
    margin-top: -69px;
}
.inicio a{
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
.inicio a:hover{
    color: red;
}