.menu{
    width: 200px;
    height: 100vh;
    background-color: darkblue;
    padding: 20px;
    position: fixed;
    left: 0;
    top: 0;
}

.boton {
    display: block;
    padding: 12px 15px;
    margin: 10px 0;
    background-color: cornflowerblue;
    color: #ecf0f1;
    text-decoration: none;
    border-radius: 8px;
    text-align: center;
}

h1{
    color: white;
}