@font-face {
    font-family: aviny;
    src: url(../fonts/aviny.ttf);
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: aviny;
    direction: rtl;
}

body {
    max-width: 799.98px !important;
    margin: 0 auto;
    border: 6px solid #E94E29;
    background: black;
    background: linear-gradient(0deg, rgba(35, 35, 35, 0.96), rgba(35, 35, 35, 0.96)), url(../img/bg2.jpg);
    height: calc(100vh - 55px);
}

a {
    color: unset;
    text-decoration: none;
}
.header
{
    width: 100% !important;
    display: flex;
    justify-content: center;
}
.header img
{
    width: 160px;
}
.social
{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 30px;
}
.social a{
    width: 90px;
    height: 90px;
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.roles-div
{
    font-size: 20px;
    color: #fff;
    padding: 30px;
    padding-top: 20px !important;
}

.roles
{
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.role
{
    display: flex;
    gap: 10px;
    align-items: center;
    line-height: 20px;
}

.enter a
{
    color: #fff;
    font-size: 30px;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    background-color: #E94E29;
    padding: 0px 50px;
    border-radius: 6px;
    left: 50%;
    margin-left: -60px;
}