#pres {
    padding: 4% 0;
    background-image: url("../media/TestImages/background-pres_2.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    display: block;
}
#pres h1 {
    font-size: 5rem;
    text-align: center;
}
#pres h3 {
    font-weight: 400;
    text-align: center;
}
#pres .sec-wrapper {
    color: black;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 5% 10px;
    background-color: rgba(255, 255, 255, 0.596);
}
#pres.hide {
    display: none;
}

.bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.bottom img {
    max-height: 200px;
    max-width: 100%;
    min-height: 0;
    min-width: 0;
}
.bottom .proceedLinks {
    max-width: 70vw;
    min-height: 0;
    min-width: 0;
}

.top .sub {
    color: rgb(100, 100, 100);
    line-height: 2;
}
.main .wrapper {
    display: flex;
    background-color: rgba(0,0,0,.1);
    width: 95%;
    border-radius: 10px;
    flex-flow: column;
    padding: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.wrapper.hide {
    display: none;
}
.main {
    display: flex;
    width: 100%;
    height: fit-content;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.proceedLinks, .backLink {
    background-color: rgba(0,0,0,.1);
    padding: 5px 10px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 10px;
    transition: all .5s;
}
.proceedLinks {
    width: fit-content;
}
.backLink {
    margin-top: 40px;
}
.showWrapper .backLink {
    margin-top: 5px;
}

.proceedLinks:hover, .backLink:hover {
    cursor: pointer;
    background-color: rgba(0,0,0,.15);
}

.yearbox, .backLink {
    background-color: rgba(0,0,0,0);
}

.showWrapper {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.showWrapper p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.showWrapper .solution {
    max-width: 90%;
}

@media screen and (max-width: 1000px) {
    #pres .title {
        font-size: 3rem;
    }
    #pres .desc {
        font-size: .9rem;
    }
}

@media screen and (max-width: 700px) {
    
}

@media screen and (max-width: 550px) {
    #pres .title {
        font-size: 2rem;
    }
}