body {
    font-family: 'Varela Round', serif;
    font-size: 1em;
    height: 100%;
}

.full-width-image {
    width: 100%;
    position: relative;
    height: 300px;
}

.full-width-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}

.carousel-item img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.image-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}

.imagem_carousel {
    width: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}