body {
    font-family: "Cabin", sans-serif !important;
    background-image: url("./assets/img/leaves.jpg");
}

h1.company-text,
.h1 {
    font-family: "Comforter Brush", cursive !important;
    font-size: 4.5rem;
    color: #f4c430;
}

.text-container {
    width: 50%;
    height: 100%;
}
@media screen and (max-width: 768px) {
    .text-container {
        width: 100%;
        height: 100%;
    }
}
