body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: 'ridley_grotesklight';
    background: linear-gradient(45deg, #C0C8B5, #F4F5EE);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
}
/* Preloader CSS */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #ffffff url("images/Frenyz-gif.gif") no-repeat center center;
    background-size: 30%;
}

h1,h2,h3{
    font-family: 'venera900';
    color: #363a3d;
}
h6{
    font-family: 'ridley_grotesksemibold';
    /* margin-top: 1rem; */
}

img{
    width: 100%;
}

.main-section {
    height: 100%;
    padding: 2rem;
}

.section-title {
    text-align: center;
    width: 80%;
    margin: auto;
}

.section-title img {
    width: 400px;
    padding: 2rem 0 3rem;
}

.card-box {
    padding: 2rem;
    text-align: center;
    background: #d2d7c9;
    box-shadow: 0 0 10px #aaaaaa96;
    margin: 2rem 0;
    border-radius: 8px;
}

.card-box img{
    border-radius: 20px;
    margin-bottom: 2rem;
}

.theme-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(0px) translateZ(0);
    transform: perspective(0px) translateZ(0);
    position: relative;
    background: #4c6652;
    border: none;
    text-transform: capitalize;
    padding: 12px 25px 12px;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
    margin: 10px 2px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 400;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.footer-text{
    color: #000000;
    text-decoration: none;
    transition-duration: 0.3s;
}
a.footer-text:hover{
    color: #707070;
    transition-duration: 0.3s;
}

.created{
    text-align: end;
}

@media (max-width:600px) {
    body{
        text-align: center;
    }
    .main-section, .card-box{
        padding: 1rem;
    }
    .section-title img, .section-title{
        width: 100%;
    }
    .card-box{
        margin: 1rem 0;
    }
    h4, h5, h6{
        margin-top: 1rem;
    }
    .created {
        text-align: center;
    }
}