body{
    background: #196F3D;
}

h1{
    color: whitesmoke;
}

.btn-menu{
    margin-left: 10px !important;
    color: black !important;
    font-family: 'Rubik', sans-serif;
    font-size: 18px !important;
    text-decoration: none !important;
}

.efecto:hover{
    color: #66BB6A !important;
    transform: scale(1.05,1.05);
}

span{
    justify-content: center;
}

.radio{
    border-radius: 50px;
    background-color: blueviolet;
    
}
