body{
    background-color: #313131;
    margin: auto;
    text-align: center;
    width: 100%;
}


.logo{
    margin-top: 40px;
    margin-bottom: 20px;
    width: 25%;
}

h1{
    width: 96%;
    background: -webkit-linear-gradient(left top, rgb(30, 154, 255), #0a98f6);
    background: linear-gradient(to bottom right, rgb(30, 248, 255), #41acf3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Cantarell', sans-serif;

}

h2{
    margin: 15px;
    text-align: center;
    background: -webkit-linear-gradient(left top, rgb(30, 154, 255), #4dadec);
    background: linear-gradient(to bottom right, rgb(30, 248, 255), #71c5fd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Cantarell', sans-serif;

}

h3{
    margin: 15px;
}

h4{
    margin: 15px;
    word-spacing: 1px;
    font-family: 'Cantarell', sans-serif;
    font-weight: 500;

}

b{
    font-size: 17px;
    color: rgba(122, 255, 255, 0.712);
}

.contenedor{
    width: 96%;
    text-align: justify;
}

.btDES{
    background-color: cornsilk;
}