.bth {
    position: relative;
    font-family: "Gotham Bold";
    color: var(--text);
    left: 20px;
    top: 5px;
    display: block;
    font-size: 20px;
    cursor: pointer;
}

.mainload2 {
    background: var(--vscode-editorGutter-background);
    width: calc(100% - 15px);
    min-width: 250px;
    max-width: 300px;
    height: 75px;
    padding: 25px 0px;
    border-radius: 7px;
    position: absolute;
    left: 50%;
    top: 320px;
    backdrop-filter: blur(4px);
    transform: translate(-50%);
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.483);
    transition: all 0.25s ease;
}

.mainload2.low {
    top: 460px;
}

.mainload2.low2 {
    top: 600px;
}

.mainload2:hover {
    box-shadow: 0px 0px 14px rgba(46, 46, 46, 0.483);
}

.mdf2 {
    position: relative;
    left: 20px;
    margin-top: 25px;
    width: calc(100% - 45px);
    height: auto;
    padding: 15px 0px;
    border-radius: 10px;
    background: #001b2233;
    z-index: 2;
    overflow: hidden;
    border-radius: 7px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
    color: gray;
    font-family: "Gotham Bold";
    color: var(--text-sec);
}

.main-l2 {
    background: var(--bd);
    backdrop-filter: blur(10px);
    cursor: pointer;
    font-family: 'Gotham Bold';
    color: var(--text-sec);
    width: 100%;
    display: block;
    position: relative;
    height: 15px;
    padding: 11px 11px; 
    text-decoration: none;
    border-radius: 10px;
    border: solid 3px var(--brd);
    transition: all 0.5s;
}

.cth {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 200px;
    text-align: center;
    transform: translateX(-50%);
    background: var(--bd);
    backdrop-filter: blur(10px);
    font-family: 'Gotham Bold';
    color: var(--text-sec);
    cursor: pointer;
    padding: 10px 10px;
    border-radius: 10px;
    text-decoration: none;
    border: solid 3px var(--brd);
    transition: all 0.5s;
}

.cth:hover {
    border: solid 3px var(--text);
    color: var(--text);
}

.main-pg.strafe {
    height: 1000px;
}