h1 {
    text-align: center;
    font-family: 'ABeeZee', sans-serif;
    font-size: 38px;
    background-image: linear-gradient(90deg, rgb(204, 82, 14) 0%, rgb(186, 8, 8) 100%);
    width: 100%;
    padding: 3vh;
    margin-top: 0vh;
}

.border-holder {
    width: 100%;
    height: 100vh;
    border: 2vw solid #d67c1d;
    background-color: #a53c00;
}

.logarithmic-scale-holder {
    position: absolute;
    width: 93vw;
    height: 77vh;
    top: 19vh;
    margin-left: 50%;
    left: -46.5vw;
    background-image: linear-gradient(to bottom, rgb(140, 36, 36) 0%, rgb(164, 61, 16) 100%);
}

.bibliographies {
    position: absolute;
    width: 90vw;
    height: 74vh;
    background-color: rgba(0, 0, 0, 0);
    top: 2vh;
    margin-left: 50%;
    left: -45vw;
    text-align: center;
    font-family: 'Aclonica', sans-serif;
}