
html{
       font-family: Arial, Helvetica, sans-serif;
}
body{
    background-color: rgb(123, 167, 137);
}
h1{
    color:rgb(83, 54, 26)
}

.important{
 
    background-color: rgba(225, 255, 196, 0.801);
    padding:1em;
    padding-left:45%;
    border-radius: 5px;
}
.contenido{
    background-color: rgb(158, 219, 199);
    height:50%;
    width:40%;
margin:5em;
padding:1em;
color:rgb(7, 7, 61);
font-weight: 600;
border-radius:5px;
border-left: solid rgb(27, 27, 71);
display: inline-block;
}
.link{
    height:10%;
    width:100%;
    background-color:rgb(158, 219, 199);
    text-align: center;
    font-family:'Courier New', Courier, monospace;
    font-weight: 900;
    padding-top:10px;
    padding-bottom:10px;
    border-radius:5px;
    border-left: solid rgb(7, 7, 59);

}


.anomal{
    border-radius:5px;
    border-left:solid rgb(0, 0, 66);
    justify-content: center;
    align-items: center;    
    height:20%;     
    margin-top:50px;
    margin-bottom:10%;   
    display: inline-block;
}