body {
    font-family: 'Prompt', sans-serif;
    background-color: #060000;
}



.n1 {
    position: absolute;
    top: 3%;
    left: 40%;
    color: #FFF;
    font-family: Prompt;
    font-size: 96px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.reg {
    position: absolute;
    top: 28%;
    left: 40%;
    color: #FFF;
    font-family: Prompt;
    font-size: 24px;
    font-style: normal;
    font-weight: 275;
    line-height: normal;
}

.hr1 {
    position: absolute;
    top: 25%;
    left: 45%;
    width: 113px;
    height: 0px;
    transform: rotate(-90deg);
    flex-shrink: 0;
}



.n2 {
    position: absolute;
    align-items: center;
    top: 3%;
    left: 50%;
    color: #FFF;
        font-family: Prompt;
        font-size: 96px;
        font-style: normal;
        font-weight: 300;
    line-height: normal;
}

.pos {
    position: absolute;
    align-items: center;
    top: 28%;
    left: 51%;
    color: #FFF;
    font-family: Prompt;
    font-size: 24px;
    font-style: normal;
    font-weight: 275;
    line-height: normal;
}

.map {
    position: absolute;
    align-items: center;
    top: 10%;
    left: 26%;
}

.gl {
    position: absolute;
    align-items: center;
    left: 50%;
    top: 40%;
    color: #B50505;
    font-family: Prompt;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
}

.to {
    color: #FFF;
}

.ra {
    position: absolute;
    align-items: center;
    left: 32%;
    top: 38%;
    color: #B50505;
    font-family: Prompt;
    font-size: 128px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.uk {
    color: #FFF;
}

.button1 {
    position: absolute;
    align-items: center;
    height: 10%;
    width: 20%;
    top: 100%;
    left: 40%;
    border-radius: 4%;
    background-color: #B50505;

}

.t {
    position: relative;
    text-decoration: none;
    color: black;
    font-size: 24px;
    font-weight: 600;
}


@media (max-width: 500px) {
    .n1 {
        position: absolute;
        top: 3%;
        left: 26%;
        color: #FFF;
        font-family: Prompt;
        font-size: 48px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }
    
    .reg {
        position: absolute;
        top: 17%;
        left: 26%;
        color: #FFF;
        font-family: Prompt;
        font-size: 16px;
        font-style: normal;
        font-weight: 275;
        line-height: normal;
    }
    
    .hr1 {
        position: absolute;
        top: 16%;
        left: 38%;
        width: 80px;
        height: 0px;
        transform: rotate(-90deg);
        flex-shrink: 0;
    }
    
    
    
    .n2 {
        position: absolute;
        align-items: center;
        top: 3%;
        left: 55%;
        color: #FFF;
            font-family: Prompt;
            font-size: 48px;
            font-style: normal;
            font-weight: 300;
        line-height: normal;
    }
    
    .pos {
        position: absolute;
        align-items: center;
        top: 17%;
        left: 57%;
        color: #FFF;
        font-family: Prompt;
        font-size: 16px;
        font-style: normal;
        font-weight: 275;
        line-height: normal;
    }
    
    .map {
        position: absolute;
        align-items: center;
        top: 20%;
        left: 1%;
        width: 120%;
        height: 60%;
    }
    
    .gl {
        position: absolute;
        align-items: center;
        left: 50%;
        top: 40%;
        color: #B50505;
        font-family: Prompt;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        
    }
    
    .to {
        color: #FFF;
    }
    
    .ra {
        position: absolute;
        align-items: center;
        left: 21%;
        top: 40%;
        color: #B50505;
        font-family: Prompt;
        font-size: 54px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }
    
    .uk {
        color: #FFF;
    }
    
    .button1 {
        position: absolute;
        align-items: center;
        height: 7%;
        width: 47%;
        top: 80%;
        left: 30%;
        border-radius: 4%;
        background-color: #B50505;
    
    }
    
    .t {
        position: relative;
        text-decoration: none;
        color: black;
        font-size: 16px;
        font-weight: 600;
    }
}