@font-face {
    font-family: "LEMON MILK Bold";
    src: url("../fonts/LEMONMILK-Bold.otf") format("otf"), url("../fonts/LEMONMILK-Bold.ttf") format("ttf"), url("../fonts/LEMONMILK-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Hemi Head Rg";
    src: url("../fonts/hemi-head-bd-it.otf") format("otf"), url("../fonts/hemi-head-bd-it.ttf") format("ttf"), url("../fonts/hemi-head-bd-it.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/SFProDisplay-Regular.otf") format("otf"), url("../fonts/SFProDisplay-Regular.ttf") format("ttf"), url("../fonts/SFProDisplay-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SF Pro Display Bold";
    src: url("../fonts/SFProDisplay-Bold.otf") format("otf"), url("../fonts/SFProDisplay-Bold.ttf") format("ttf"), url("../fonts/SFProDisplay-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}


body {
    width: 100%;
    height: 100%;
    margin: 0;
    background: rgba(0, 0.8928571428571417, 17.499999999999993, 1);
    font-family: SF Pro Display;
    color: #fff;
    overflow-x: hidden!important;
}

p {
    font-family: SF Pro Display;
}

.con-mid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.privacy-body {
    width: 700px;
    text-align: left;
    padding: 50px 0px;
}

@media screen and (max-width: 770px) {
    .privacy-body {
        width: 90vw;
        padding: 30px 0px;
    }
}