body{
    background-color: #2C3639;
    color: #ffffff;
}
#header{
    background-color: #409491;
    color: #c6c5c0;

}
.cabecera{
    border-radius: 50%;
    border-style: dashed;
    width: 200px!important;
}
h1{
    color: #A27B5C;
    font-family: 'Rokkitt', serif;
    font-family: 'Dancing Script', cursive;
    font-size: 46pt;
}
.titulo{
    color: #ffffff!important;
    text-decoration: none;
}
h2{
    font-family: 'Dancing Script', cursive;
    font-family: 'Rokkitt', serif;
    font-size: 25pt;
}
.subtext{
    letter-spacing: 3px;
}
.iconos{
    color: white;
    height: 35px;
    margin-bottom: 10px;
}
.imagen{
    height: 300px;
    width: auto;
    border-style: dashed;
    object-fit: cover;
}
.texto{
    text-align: justify;
}
.btn-primary{
    background-color: #A27B5C;
    border-color: #A27B5C;
    --bs-btn-hover-bg: #6a4d35;
    --bs-btn-hover-border-color: #6a4d35;
}
@media (max-width: 1200px){
    .imagen{
        height: 200px;
        width: 100%;
    }
}