.Title {
    font-family: JoyKim;
    font-size: 70px;
}
.miniTitle{
    font-family: JoyKim;
    font-size: 20px;
}

body {
    background-color: rgba(23,162,184,0.44);
    font-family: 'Acari';
}
.card-img-top {
    height: 180px
}
.card-title{
    margin : 0 0 0 0;
}
.card-user{
    width: 100%;
    height: 100%;
    margin-top:10px;
    box-shadow: 1px 3px 10px lightgray;
}

/*
 *----------------------FONT
 */

@font-face {
    font-family: 'JoyKim';
    src: url('./Font/JoyKim.otf');
}
@font-face {
    font-family: 'Acari';
    src: url('./Font/AcariSans.ttf');
}


/*
 * RESPONSIVE
 */

@media screen and (max-width: 600px) {
    .Title {
        font-size: 30px;
    }

    h3 {
        font-size: 15px;
    }
}
