:root {
    --main: #101010;
    --main_red: #931414;
    --main_blue: #2f508e;
    --radius: 3px;
    --transition: 0.3s;
}
* {
    font-family: "Abel";
}

body {
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #202020;
    font-size: 1rem;
    color: #ffffff;
    user-select: none;
    overflow: hidden scroll;
}
hr {
    border: unset;
    background: #000000;
    height: 1px;
    width: 90%;
}
@font-face {
    font-family: "Abel";
    src: url("/assets/css/font/Abel.ttf");
}