.sot-card {
    color: black;
    max-width: 25rem;
    margin: 2rem auto;
    background: white;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sot-date {
    text-align: center;
    font-family: helvetica, arial, sans;
    font-size: 0.8rem;
    font-weight: 700;
    margin-top: -0.5rem;
}

.sot-title {
    font-family: helvetica, arial, sans;
    font-size: 0.8rem;
    font-weight: 700;
    margin: 1rem 0;
}
    
.sot-message {
    font-size: 1.2rem;
    margin: 1rem 0;
}
