body{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    background-color:darkcyan;
    
}

.principal{
    width: 550px;
    height: 500px;
    background: linear-gradient(1000deg,#000,darksalmon,#000);
    color:beige;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    text-align: center;
}

#d1{
    margin: 10px;
    text-align: center;
    font-size: 30px;
    margin-bottom: 70px;
}

#d2{
    
    margin: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 5px;
    display: flex;
    
}
li{
    display: flex;
}

a{
    background-color:beige;
    padding: 5px;
    border-radius: 20px;
    color:darksalmon;
    text-decoration: none;
    margin-left: 10px;
    font-weight: bold;
}

a:hover{
    color:black;
}

img{
    width: 300px;
    height: 500px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

h4{
    color:beige;
    margin-top: 80px;    
}