.header-bg-image {
    background-image: url("../images/ladybug.jpg");
    background-repeat: no-repeat;
    background-size: auto 700px;
    background-position: right;
}

.sevillana-regular {
    font-family: "Sevillana", cursive;
    font-weight: 400;
    font-style: normal;
}

.text-dark-green {
    color: darkgreen !important;
}