@font-face {
    font-family: 'CustomFont';
    src: url('../fonts//NeueMachina-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

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


body {
    background: #F4F5FA;
    font-family: 'CustomFont', sans-serif;
}

header {
    background: #161616;
    margin-bottom: 30px;
}

header img {
    width: 50px;
}

.link {
    margin-top: 20px;
    display: block;
    text-decoration: none;
    font-weight: 500;
    fill: #FFFFFF;
    color: white;
    background-color: #743FF3;
    border-radius: 37px 37px 37px 37px;
    padding: 16px 55px 15px 55px;
}

.nabor {
    width: fit-content;
    background: #ACA1FF;
    color: white;
    padding: 0px 16px 0px 16px;
    border-radius: 20px;
}