.telon{
    position: absolute;
    /* background-color: aqua; */
    width: 100%;
    height: 100%;
    z-index: 1000;
    transform: scaleX(1.22) scaleY(1.08);
    margin-top: -10px;
}

.telon .first{
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
}


.telon .second{
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
}

.sello {
    font-size: 20px;
    line-height: 1.5;
    background-color: #04a5c2;
    border: none;
    border-radius: 50%;
    z-index: 4;
    position: absolute;
    position: absolute;
    width: 150px;
    height:165px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: -6px -6px 14px rgba(49, 43, 43, 0.7),
    -6px -6px 10px rgba(122, 91, 91, 0.5),
    6px 6px 8px rgba(255, 255, 255, .075),
    6px 6px 10px rgba(0, 0, 0, .15);
    font-family: 'mr_beast';
    color: aliceblue;
}

.sello-rosa {
    font-size: 20px;
    line-height: 1.5;
    background-color: rgb(255, 211, 223);
    border: none;
    border-radius: 50%;
    z-index: 4;
    position: absolute;
    position: absolute;
    width: 150px;
    height:165px;
    top: 350px;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: -6px -6px 14px rgba(201, 125, 152, 0.7),
    -6px -6px 10px rgba(255, 183, 206, 0.5),
    6px 6px 8px rgba(255, 197, 225, 0.075),
    6px 6px 10px rgba(255, 202, 216, 0.15);
    text-shadow: 0px 2px 1px #ff7eb4, 0px -2px 1px #ff82b6, 2px 0px 1px #ff83b7, -2px -0px 1px #fe83b6;
    font-family: 'mr_beast';
    color: rgb(255, 255, 255);
}