body{
    background-color: hsl(227, 89%, 93%); 
}

.contorno{
    background-color: aliceblue;
    padding: 50px;
    margin-top: 60px;
    margin-bottom: 40px;
    margin-left: 500px;
    margin-right: 500px;
    border-radius: 20px ;
}

.codigo{
position: relative;
right: 34px;
top: -37px;
}

img{
border-radius: 20px ;
}

.texto1{
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 14px;
}

.texto2{
    text-align: center;
    font-size: 15px;
    color: darkgray;
}