body {
    background-color: rgb(45, 45, 45);
}

.thesis-page {
    max-width: 100vw;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-wrap: wrap;
    color: rgb(233, 231, 231);
    margin-left: 1rem;
    margin-right: 1rem;
}

.thesis-title {
    margin-top: 100px;
    margin-bottom: 50px;
}

.upper-spacing {
    padding-bottom: 20px;
}

.thesis-link {
    text-decoration: none;
    color: rgb(152, 200, 220);
    margin-left: 7px;
}

.thesis-pdf {
    width: 90vw;
    height: 90vh;
}

.link-label-container {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 1000px) {
    .thesis-pdf {
        display: none;
    }
}