:root {
    --main: #3f6938;
    --secondary: #265b7e;
    --background: #161b1e;
    --radius: 3px;
    --transition: 0.3s;
    --foot-text: #ffffffaa;
}
body {
    margin: unset;
    padding: unset;
    display: flex;
    align-items: center;
    user-select: none;
    background: var(--background);
    font-size: 1rem;
    font-family: "Barlow";
    color: #ffffff;
}
img {
    height: 100%;
    width: 100%;
    object-position: center;
}
::-webkit-scrollbar {
    width: 0px;
}


@font-face {
    font-family: "Barlow";
    src: url("/v2/assets/css/font/Barlow.ttf");
}