@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Regular.woff2') format('woff2'),
        url('../fonts/Nunito-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Nunito Bold';
    src: url('../fonts/Nunito-ExtraBold.woff') format('woff'),
        url('../fonts/Nunito-ExtraBold.woff2') format('woff2');
}

body {
    background: #EC1C24;
    font-family: 'Nunito Bold';
    height: 1920px;
    box-sizing: border-box;
    margin: 0;
    background-image: url('../images/index-background-lines.webp');
    background-size: cover;
}

.header {
    display: flex;
    justify-content: space-between;
}

.jfc_logo {
    padding-top: 60px;
    padding-left: 60px;
    width: auto;
    height: 85px;
}

.landing_text {
    font-size: 90px;
    text-align: center;
    font-weight: 900;
    color: white;
    top: 629px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.landing_text p {
    margin: 0;
}

.touch {
    background-color: white;
    width: 562;
    height: 112;
    top: 1033.03px;
    left: 229px;
    gap: 10px;
    border-radius: 20px;
    padding-top: 22px;
    padding-right: 58px;
    padding-bottom: 22px;
    padding-left: 58px;
    cursor: pointer;
    outline: 0;
    border: 1px solid transparent;
    box-shadow: 6px 6px 4px 0px #35353559;
    font-family: 'Nunito Bold';
    font-size: 50px;
    font-weight: 900;
    color: #EC1C24;
}

.hand {
    position: relative;
    top: 50px;
}

.footer_bg {
    z-index: -10;
    width: 100%;
    position: absolute;
    top: 1204px;
    left: 0;
}