html,
body {
    background-color: #333333;
    margin: 0;
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.infopage {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 1vw 3vw;
    gap: 1vw;
}

.title {
    font-size: 1.4em;
    font-weight: bold;
}
.infodivider {
    font-size: 0.9em;
    line-height: 1.5;
    text-align: justify;
    padding: 1vw 1vw;
    box-shadow: 0 0.1vw 0.5vw rgba(0, 0, 0, 0.592);
}

.btn_learn_more {
    background-color: inherit;
    border: none;
    color: #4FC1E8;
    cursor: pointer;
    padding-left: 0;
}

.list {
    display: none;
}

.d_block {
    display: block !important;
}

a {
    color: #4FC1E8;
}

.funding_logo {
    width: 12vw;
}