html * {
    font-family: Comic Sans MS, cursive;
}

.header {
    padding: 40px;
    text-align: center;
    background: #ff0671;
    color: white;
    font-size: 60px;
    font-weight: bold;
    border-radius: 15px;
}

.card-section {
    border-radius: 15px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.section-title {
    font-weight: bold;
    font-size: 20px;
}

.main-row {
    margin: 20px;
    justify-content: center;
}

#next-period-date {
    background-color: #ff0671;
    color: white;
    padding: 5px 30px 5px 30px;
    border-radius: 15px;
}
