html,
body {
    /*background-color: rgb(20, 14, 80,0.05);*/
    background-color: rgb(0,0,0,0.05);
    font-family: "Kode Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: white;
}

.main-logo {
    justify-content: center;
}

.main-logo div {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding-top: 4vh;
}

.header-text {
    position: absolute;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transform: translateY(-7rem);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}



@media screen and (min-width: 769px){

    .main-logo img {
        width: 331px;
        height: 128px;
    }
    .main-logo div {
        padding-bottom: 15px;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px){
    .main-logo img {
        width: 236px;
        height: 91px;
    }
    .main-logo div {
        padding-bottom: 10px;
    }

}

@media screen and (max-width: 480px){
    .main-logo img {
        width: 184px;
        height: 71px;
    }
    .main-logo div {
        padding-bottom: 8px;
    }
}