.logo{
    height: 400px;
    margin: 50px;
}

.titles{
    font-family: 'Kaushan Script', cursive;
    color:rgb(219,103,103);
}

.titlesLinks{
    font-family: 'Kaushan Script', cursive;
    color:white;
}

h1{
    font-family: 'Kaushan Script', cursive;
    font-family: 'Montserrat', sans-serif;
}

a{
font-family: 'Kaushan Script', cursive;
font-size: 20px;
}

.enlace:hover{
    background-color: rgb(180, 77, 77);
    border-radius: 10px;
}
.fondo{
    background-color:#DC3545;
}

