.img-container {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    img {
        border-radius: 8px;
    }
}
.title-container {
    display: flex;
    justify-content: center;
}
.important-text {
    background-color: #ffe34e;
}
.subimportant-text {
    text-decoration:underline; 
    text-decoration-color: #ffe34e;
    text-decoration-thickness: 4px;
}
