#principal{
    border-style: solid;
    border: linear-gradient(70deg, #f3a246,#f97996);
    background: linear-gradient(70deg,#a4ecc1,#a4ecd7);
    border-radius: 15px;
    padding: 35px;
    text-align:justify;
    color:blue;
    font-size:large; 
    
}

h1{
    color: whitesmoke;
    background: #010c0c;
    text-align:center;
    padding: 15px;
    font-style: normal; 
    font-family:sans-serif;
    border-right: 15px;
}
