body {
    background: none !important;
}

#credits-title {
    position: fixed;
    top: 0;
    left: 0;
    width: 55%;
    height: 100vh;
}

#credits-title h1 {
    color: #fff !important;
    font-family: "Alegreya Sans SC", sans-serif !important;
    font-size: 5vw !important;
    line-height: 5vw !important;
    font-weight: 900;
    text-align: center;
    font-variant: small-caps;
    user-select: none;
    background: none !important;
    text-transform: uppercase !important;
    height: initial !important;
    padding: 0 !important;
    margin-left: 0 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%
}

#credits-title::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 100%;
    background: url(/static/img/home/wave.png) no-repeat right;
    background-size: contain;
}

#credits-content {
    position: absolute;
    top: 0;
    left: 55%;
    width: 45%;
    padding: 0 5%;
    box-sizing: border-box;
}

#credits-content h2 {
    margin: 80px 0 30px;
    text-align: left;
    color: #646262;
    font-family: "Alegreya Sans SC", sans-serif;
    font-size: 45px;
    line-height: 33px;
    font-weight: 800;
}

#credits-content h3 {
    text-align: left;
    color: #646262;
    font-family: "Alegreya Sans SC", sans-serif;
    font-size: 45px;
    line-height: 15px;
    font-weight: 800;
    margin-bottom: 60px;
}

#credits-content h4 {
    color: #646262;
    font-family: "Alegreya Sans SC", sans-serif;
    font-size: 25px;
    line-height: 25px;
    font-weight: 800;
    margin-bottom: 6px;
}

#credits-content h5 {
    color: #b7b1b1;
    font-family: "Alegreya Sans SC", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}

#credits-content p {
    color: #000;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 18px;
}
