#utn_tssi__extras {
    position: relative;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background: none;
}
#utn_tssi__extras_container {
    position: absolute;
    top: -930px;
    left: 55%;
    width: 40%;
    background-color: rgb(238, 255, 0);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
}
.utn_tssi__extras_img {
    width: 500px;
    padding: 5%;
    background: none;
    border-radius: 40px;
}
.utn_tssi__extras_txt {
    margin: 10px;
    background: none;
    color: rgb(0, 0, 0);
    font-size: 20px;
}

.utn_tssi__extras_link_container {
    color: rgb(0, 0, 0);
    text-decoration: none;
}
.utn_tssi__extras_link {
    background-color: rgb(0, 181, 21);
    color: white;
    border-radius: 7px;
    padding: 0 3px;
}
.utn_tssi__extras_link:hover {
    background-color: rgb(0, 202, 24);
}