@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:300,400,500,700|Montserrat:400,700|Nunito:300,400,600,700,800,900');
@import url('https://fonts.googleapis.com/css2?family=Kristi&display=swap');

body {
    overflow-x: hidden;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    width: 100%;
    height: 100%;
    font-size: 14px;
}

html {
    width: 100%;
    height: 100%;
}

.main-section-cont {
    position: absolute;
    width: 100%;
    margin: auto;
    top: 50%;
    margin-top: -150px;
}

.main-section-cont > div {
    max-width: 300px;
    margin: auto;
}


.logo-cont {
    text-align: center;
    margin: 35px 0 25px;
}

.logo-cont img {
    width: auto;
    max-width: 100%;
}

.main-section-cont p {
    margin-top: 2px;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    background: #ca9e67;
    padding: 19px 0;
    color: #fff;
    font-size: 12px;
}

