body {
    background: #0f031c;
    font-family: sans-serif;
}
body::after {
    content: "";
    background: url("https://delsol.uy//public/lb/img/programas/mlg360w.jpg");
    background-repeat: no-repeat;
    background-position-y: 100px;
    background-position-x: center;
    opacity: 0.08;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.main-container{
    padding: 20px;
}
.main-title{
    color: #fff;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.generate-button{
    color: #0f031c;
    background-image: linear-gradient(23deg, #f50a45 0%, #f5ce0a 100%);
    border: none;
    border-radius: 0;
    padding: 5px 10px;
}

.opinion-container{
    padding: 30px;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.action-container{
    text-align: center;
    padding: 10px;
}

.opinion{
    color: white;
    text-align: center;
    font-size: 24px;
}

footer{
    text-align: center;
    color: #48424f;
    font-size: 12px;
}
footer a{
    color: #706b75;
    font-size: 12px;
}
footer{
    margin-top: 50px;
}

.main-subtitle{
    color: #706b75;
    text-align: center;
    width: 100%;
    font-size: 12px;
}