a {
    color: #2980B9;
}


body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "TeXGyrePagella", "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

body p,
body a,
body table {
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
}

body b a {
    font-weight: 600;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.text-base {
    font-size: 14px !important;
}

.label-lecture {
    background-color: #839192;
}

.label-reading {
    background-color: SteelBlue;
}

.label-presentation {
    background-color: #EB984E;
}

.label-due {
    background-color: #CD6155;
}

.label-out {
    background-color: #30a418;
}

.label-guest {
    background-color: #807e9b;
}

.square-image {
    width: 160px;
    height: 160px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}