@font-face {
    font-family: LibreRegular;
    src: url(/portal/static/media/sys/fonts/libre_franklin/LibreFranklin-Regular.ttf);
}

body, html{
    padding: 0;
    margin: 0;
    font-family: LibreRegular;
}

.header-container{
    position: absolute;
    top: 0;
    width: 100vw;
    height: 15vh;
    background-image: linear-gradient(#adc7df, #4199df);
    /* border: 1px solid green; */
}

.section-container{
    position: absolute;
    top: 15vh;
    width: 100vw;
    height: 85vh;
    background-color: #4199df;
    /* border: 1px solid blue; */
}

.linkContainer{
    position: absolute;
    top: 2vh;
    left: 25vw;
    width: 50vw;
    height: 50vh;
    overflow: auto;
    /* border: 1px solid black; */
}

.titleContainer{
    position: absolute;
    top: 4vh;
    left: 41vw;
    /* border: 1px solid black; */
}

.accordion-title{
    position: absolute;
    top: 1.3vh;
    left: 4vw;
}

.accordion-logo-container{
    position: absolute;
    width: 2vw;
    height: 2vh;
    /* border: 1px solid brown; */
}

.accordion-logo{
    position: absolute;
    top: 0;
    width: 2.25vw;
    height: 2vh;
}