html {
    scroll-behavior: smooth;
}


.container-title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    text-align: center;
    width: auto;
    background-color: aliceblue;

}


.title {
    width: 100%;
    align-content: center;
    font: italic small-caps bold 7.5rem "Times New Roman", serif;
    text-align: center;
}


.container-body {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: auto;
}


.home-icon {
    width: 5%;
    height: auto;
    scale: 30%;
}
.home-icon:hover {
    opacity: 0.7;
}


.sidebar ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    margin: 7.5px;
    padding: 10px;
    background-color: blanchedalmond;
}


button {
    font: italic small-caps bold 30px/1.5 "Times New Roman", serif;
    text-align: center;
    background-color: aquamarine;
    width: 20rem;
    height: auto;
    border-style: none;
    border-radius: 3px;
    box-shadow: 0px 4px 8px 0px black;
    padding: 10px;
    margin: 12px 10px ;
}
button:hover{
    transition: background-color 0,5s ease;
    transition: transform 0.3s ease;
    transform: translateY(5px);
    scale: 105%;
    background-color: aqua;
}


.on-page {
    background-color: aqua;
    scale: 105%;
}

.main-content {
    background-color: peachpuff;
    display: flex;
    padding: 25px;
    flex-direction: column;
    align-items: center;
    justify-items: left;
    margin: 2rem;
    width: 100%;
    height: 100%;
}


.content-title {
    font: italic small-caps bold 50px/1.5 "Times New Roman", serif;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}


.content-body {
    font: italic small-caps 25px/2.0 "Times New Roman", serif;
    width: 100%;
}


.image-container {
    width: 400px;
    height: auto;
    scale: 70%;
    border-style: none;
    border-radius: 3px;
    margin: 2px;
}


.past-container-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: auto;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
}


.future-container-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    max-width: auto;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
}


.list-grp {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 30%;
    justify-content: center;
    margin: 10px 30px;
}


.list-grp-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 10px;
    margin-bottom: 5px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: aquamarine;
}


.badge {
    padding: 5px 7px;
    border-radius: 5px;
    font-size: 0.8rem;
    color: rebeccapurple;
}


table {
    border: 15px dashed cyan;
}


thead {
    background-color: purple;
}


th {
    border: 10px solid black;
}

td {
    border: 10px solid black;
}


footer {
    display: flex;
    flex-direction: column;
    font: small-caps bold 15px/1 "Arial", serif;
    padding: 15px;
    margin-top: 20px;
    background-color: antiquewhite;
    width: 100%;
    
}


.comment-img-display {
    scale: 80%;
    width: 100%;
    border: 3px solid black;
}


.highlight {
    color:red;
    text-emphasis: filled dot red;
    text-emphasis-position: under;
}
