.registration{
    margin-top: 90px;
    margin-bottom: 90px;
    position: relative;
}

.registration h2{
    padding-top: 70px;
    margin-bottom: 30px;
    font-family: 'Defused-ExtendedBold', sans-serif;
    font-weight: 700;
    font-size: 112px;
    color: #ffffff;
    text-align: center;
}

.registration h3{
    width: 100vw;
    font-family: 'Defused-ExtendedBold', sans-serif;
    font-weight: 700;
    font-size: 160px;
    line-height: 100%;
    color: #878787;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.1;
}

.registration p{
    font-family: 'Circe Regular', sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: center;
}

.registration a{
    font-family: 'Circe ExtraBold', sans-serif;
    font-weight: 800;
    font-size: 23px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    width: fit-content;

    padding: 25px 4.5vw;
    background-color: #E30613;
    border-radius: 15px
}

@media screen and (max-width: 767px) {
    .registration h2{
        font-size: 60px;
    }
}