body {
    font-family: "Open Sans", sans-serif;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 300;
}

body h1, h2, h3, h4, h5, h6 {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    line-height: 1.5;
    color: rgb(44, 68, 112) !important;
}

body h1 {
    padding-top: 2rem;
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

strong {
    font-weight: 800;
}

div .divider1 {
    height: 18px;
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: url('/images/devider_01.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

div .divider2 {
    height: 18px;
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: url('/images/devider_02.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

div .divider3 {
    height: 18px;
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: url('/images/devider_03.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.store-button {
    height: 80px;
    width: auto;
    padding-bottom: 1rem;
}
