* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Ribol';
    src: url('/fonts/Ribol.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('/fonts/Rubik-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-family: Ribol;
    font-size: 50px;
    color: white;
}

h2 {
    font-family: Ribol;
    font-size: 20px;
    color: white;
}

.mainmark {
    background-color: #1E1E1E;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
}

.aboutmark {
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
    background-color: #2A2A2A;
    color: white;
}

.abouth1 {
    font-family: Rubik;
    font-size: 35px;
}

.pabout {
    font-family: Rubik;
    font-size: 20px;
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 20px
}

.twopanelabout {
    display: flex;
    gap: 0;
}

.abouttohelp {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #363636;
    color: white;
    flex: 1;
    text-align: center;
    font-family: Rubik;
}

.abouttohelptexth1 {
    font-size: 30px;
}

.abouttohelpp {
    font-size: 20px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 10px;
    margin-bottom: 25px;
}

.abouttowe {
    flex: 1;
    background-color: #424242;
    color: white;
    font-family: Rubik;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;
}

.abouttoweh1 {
    font-size: 30px;
    padding-bottom: 20px;
}

.gridto {
    text-align: center;
}

.abouttowep {
    padding-bottom: 25px;
    padding-left: 80px;
    padding-right: 80px;
    font-size: 20px;
}

.item1 {
    margin-top: 20px;
    margin-right: 20px;
    border: 2px solid white;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.item2 {
    margin-top: 20px;
    border: 2px solid white;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.item1:hover {
    background-color: white;
    color: #424242;
}

.item2:hover {
    background-color: white;
    color: #424242;
}

.helpbutton {
    border: 2px solid white;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: white;
    text-decoration: none;
}

    .helpbutton:hover {
        background-color: white;
        color: #424242;
    }

footer {
    background-color: #505050;
    padding-top: 20px;
    padding-bottom: 10px;
    color: white;
    text-align: center;
}

h3 {
    font-family: Ribol;
    font-size: 50px;
    padding-bottom: 20px;
    text-align: center;
}

.footemail {
    font-family: Rubik;
    font-size: 20px;
    text-align: center;
}

a {
    color: white;
    text-decoration: none;
}
