body {
    font-family: 'Libre Caslon Text', serif;
    font-weight: 700;
    background: #101210;
    color: #E9DED3;
}
#Task1, #Task2, #Task3, #Task4, #Task5, #SUS {
    padding-top: 80px; 
}
h1 {
    text-align: center;
    margin: 30px 0;
    font-size: 2.5rem;
}
.title {
    font-weight: 700; 
}
html {
    scroll-behavior: smooth;
}

h4 {
    font-size: 1.25rem;
}

h6 {
    font-size: 0.875rem;
    margin-bottom: 25px;
}

img {
    margin-bottom: 25px;
}

a {
    color: #E9DED3;
    text-decoration: none;
}


button {
    border: 1px solid red;
    background: red;
    color: #E9DED3;
    font-size: 1rem;
    border-radius: 10px;
    padding: 8px 16px;
}

button:hover {
    background: red;
    color: #E9DED3;
}


.title {
    padding-bottom: 50px;
}

.task-name {
    text-align: left;
    margin: 25px 0;
}
.sus-bar{
    text-align: center;
    margin: 25px 0;
}

.task-bar {
    background-color: #E9DED3;
    padding: 20px 0;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 10;
}

.task-bar h5 {
    font-family: 'Libre Caslon Text', serif;
    font-weight: 700;
    color: black;
    margin: 0;
}

.task-bar h5 a {
    text-decoration: none;
    color: black;
}



.task-bar .col-4 {
    margin: auto;
    text-align: center;
}


.line-break {
    border-top: 2px solid #E9DED3;
    margin: 25px auto;
    width: 50%; 
    display: block;
}

@media (min-width: 768px) {
    h1 {
        font-size: 3.5rem;
    }
    h4 {
        font-size: 2rem;
    }
    h5 {
        font-size: 1.5rem;
    }
    h6 {
        font-size: 1.125rem;
    }
    .task-name {
        margin-bottom: 50px;
    }
    .line-break {
        margin: 50px auto;
        width: 200%;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 5rem;
    }
    h4 {
        font-size: 2.5rem;
    }
    h5 {
        font-size: 2rem;
    }
    h6 {
        font-size: 1.25rem;
    }
    .title {
        margin-bottom: 100px;
    }
}
