body {
    font-family: "Fjalla One", sans-serif;
    color: #190637;
}

.project-title {
    font-size: 65px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 5rem;
    margin-bottom: 0;
    text-align: left;
}

.author-name {
    font-family: "Cantarell", sans-serif;
    font-size: 17x;
    margin-top: -39px;
    text-align: end;
    text-decoration: underline;
}

.summary {
    font-family: "Cantarell", sans-serif;
    margin: 20px 0;
}

.content {
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 10px 70px;
    text-align: justify;
    flex-direction: column;
}

.content-table {
    padding: 10px 0;
    width: 100%;
}

.content-row {
    display: flex;
    justify-content: space-between;
    text-align: start;
}

.titles {
    padding-right: 20px;
    font-weight: 100;
    font-size: 18px;
    font-weight: lighter;

}

.result {
    font-weight: 100;
    font-size: 18px;
    /* font-family: "Cantarell", sans-serif; */

}

.line {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #CAAAFD;
    opacity: 0.5;
    height: 1px;
    border: none;
}

.page-link {
    text-decoration: none;
    color: #190637;
    margin: 0;
    padding: 0;
}

.page-title {
    font-family: "Cantarell", sans-serif;
    font-size: 14px;
}

.page-link {
    font-family: "Cantarell", sans-serif;
    text-decoration: underline;
    font-size: 14px;
}

.highlight-text {
    font-weight: 700;
    text-decoration: underline;
}

.highlight-text a {
    color: #CAAAFD;
}

footer {
    font-family: "Cantarell", sans-serif;
    font-size: 11px;
    font-weight: 100;
    text-align: start;
    padding: 20px  0 60px 70px;
}

.close {
    width: 100%;
    background-color: #190637;
    height: 10px;
}

.page-linker {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
}

.page-linker h1 {
    font-size: 40px;
}

.next-link {
    text-decoration: none;
    color: #190637;
    margin-top: 30px;
}

.next-arrow {
    width: 80px;
    height: auto;
}

h2{
    font-size: 20px;
    margin: 20px 0 0 0;
    color: #CAAAFD;
        font-family: "Fjalla One", sans-serif;

}



@media screen and (max-width: 768px) {
    .author-name {
        margin-top: 0;
        text-align: start;
    }

    .project-title {
        font-size: 40px;
        line-height: 3.5rem;
    }

    footer {
    padding: 20px ;
}
}