.form-control-lg {
    padding: .75rem 1rem;
    font-size: 1rem;
}

@font-face {
    font-family: 'lalezar';
    src: url("../../root/fonts/ttf/lalezar/Lalezar-Regular.ttf");
}

.lalezar-font {
    font-family: lalezar, serif !important;
    font-size: 5rem;
}

@media screen and (max-width: 500px){
    .lalezar-font{
        font-size: 4rem;
    }
}

.green {
    color: #cedc24;
    text-shadow: 0 0 20px #042073;
}

.yellow {
    color: #fff42e;
    text-shadow: 0 0 20px #042073;
}

.bg-green {
    background-color: #cedc24;
    width: 90%;
    border-radius: 2rem;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-yellow {
    background-color: #fff42e;
    rotate: 5deg;
    width: 100%;
    border-radius: 2rem;
    height: 100%;
    padding: 10px;
}

.rotate{
    rotate: -5deg;
    direction: rtl;
    margin-top: 10%;
    margin-right: 5%;
    width: 90%;
    height: 80%;
    overflow-y: hidden;
    overflow-wrap: normal;
    overflow-x: hidden;
}

.thumbnail {
    /*margin-right: -96%;*/
    /*width: 200% !important;*/
    object-fit: cover;
}

.btn-hover:hover{
    background-color: #ffb22c !important;
}