.titulo {
    font-size: 30px;
    font-family: Bebas Neue, sans-serif;
    text-align: center;
}
.blog {
    color: rgb(66, 66, 66);    
    font-family: "Playwrite NL", cursive;   
    font-weight: 200 ;
    font-size: 60px;
    text-align: center;
    padding: 15px;
}
.center {
    text-align: center;
}
.color {
    background-color: rgb(172, 181, 189);
    padding-top: 70px;
    padding-block-end: 70px;
}
.responsive{
    width: 100%;
   height: 350px;
   padding: 5%;
}
.btn-flotante {    
        background: #ffa700;
        text-align: center;
        width: 150px;
        padding: 10px;
        font-size: 22px;
        position: fixed;
        top: 50px;
        right: 10px;
        color: aliceblue;
        border-radius: 10px;      
}
.parrafo {
    text-align: justify;
    font-size: 16px;
    padding: 9px;
}
.section {
    border: 2px;
    padding: 7px;
    border-color: black;
    box-sizing: border-box;
    border-style: solid;
    color: rgb(0, 0, 0);
    
}