
img.custom-center {
    display: block;
    float: none !important;
    margin: 0 auto;
}

img.custom-float {
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
}

img.custom-float-circle {
    display: block;
    margin: 0 auto;
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 300px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
}

a.custom-button-round {
    background: #bfcc80;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 200px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.05);
    color: #3c4418 !important;
    text-align: center;
    text-decoration: none !important;
    transform:scale(1);
    transition: .2s;
}

span.custom-handwriting {
    font-family: Caveat;
}
span.custom-bebasneue {
    font-family: Bebas Neue;
    font-weight: normal !important;
}
span.custom-lineheight1 {
    line-height: 1 !important;
}
span.custom-lineheight1-5 {
    line-height: 1.5 !important;
}
span.custom-lineheight2 {
    line-height: 2 !important;
}

span.custom-20 {
    font-size: 20px;
}
span.custom-25 {
    font-size: 25px;
}
span.custom-30 {
    font-size: 30px;
}
span.custom-35 {
    font-size: 35px;
}
span.custom-40 {
    font-size: 40px;
    line-height: 40px;
}