body{
    background: #071d3b;
}
#container{
    text-align: center;
}

.logotipo{
    margin-top: 80px;
    border-radius: 50%;
    width: 250px;
    box-shadow: 4px 4px 4px 4px black;
}


button{
    height: 55px;
    width: 220px;
    border-radius: 10px;
    background: rgb(60, 179, 113);
    box-shadow: 4px 4px 4px 4px black;
    border: 2px solid greenyellow;
    color: white;
}
button:hover{
    background: black;
}

.menu{
    margin-top: 35px;
}

a{
    text-decoration: none;
    
}

p{
    color: white;
}
