@import url('https://fonts.googleapis.com/css2?family=Arial:wght@400;700&display=swap');

body {
    font-family: 'Arial', sans-serif;
    background: #d72424;
    font-size: 13px;
    line-height: 1.5em;

    h2{
        font-weight: 700;
        font-size: 18px;
        color: black;
    }

    h3{
        font-weight: 700;
        font-size: 18px;
        color: #b15c61;
    }

    h4{
        font-weight: 700;
        font-size: 15px;
        color: #b15c61;
        margin-bottom: 5px;
    }
}

*{
    box-sizing: border-box;
}

.wrapper {
    background: #ed9c9c;
    padding: 10px;
    max-width: 1100px;
    margin: 20px auto;
}

.transition {
    transition: all 0.3s ease;
}

.paragraph {
    ul{
        list-style: disc;
        padding-left: 15px;
        margin-bottom: 1em;
    }
    p:not(:last-child) {
        margin-bottom: 1em;
    }
}

.schedule-table{
    width: 100%;
    max-width: 300px;
    margin-top: 10px;
    td{
        padding: 5px;
        border: 1px solid #b15c61;
    }
    td:last-child {
        text-align: center;
    }
}

marquee{
    max-width: 100%;
}
