* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}
body {
    font-size: 16px;
    font-family: Helvetica, "Open Sans", Arial;
    height: 100%;
    width: 100%;
    background-color: white;
    list-style: none;
}
h1 {
    font-size: 3rem;
    margin: 2rem 0rem;
}
h2 {
    font-size: 2.25rem;
    margin: 1rem 0rem;
}
h3 {
    font-size: 1.75rem;
    margin: 1rem 0rem;
}
h4 {
    font-size: 1.375rem;
    margin: 1rem 0rem;
}

h5 {
    font-size: 1.125rem;
    margin: 1rem 0rem;
}

h6 {
    font-size: 1rem;
    margin: 1rem 0rem;
}

p,
span {
    font-size: 0.813rem;
}
.close {
    opacity: unset !important;
}
.text {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

button:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
button:focus {
    box-shadow: none !important;
}
.modal-header button {
    box-shadow: none;
    outline: none;
    border: none;
}
.modal-open {
    position: fixed !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    width: 100% !important;
    padding-right: 0 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    box-shadow: 0 0 0px 1000px white inset;
}

/* for tab 481px — 768px */
@media screen and (min-width: 481px) and (max-width: 768px) {
    h1 {
        font-size: 3.5rem;
    }
    h2 {
        font-size: 2.9rem;
    }
    h3 {
        font-size: 2.5rem;
    }
    h4 {
        font-size: 2rem;
    }
    .text {
        font-size: 1rem !important;
        margin-bottom: 1.8rem !important;
    }
    .modal {
        overflow: scroll !important;
    }
}
/* for mobile 320px — 480px */
@media screen and (min-width: 320px) and (max-width: 480px) {
    h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 1.9rem;
    }
    h3 {
        font-size: 1.5rem;
        margin: 1rem 0rem !important;
    }
    h4 {
        font-size: 1rem;
    }
    .text {
        font-size: 1rem !important;
        margin-bottom: 1.8rem !important;
    }
    .modal {
        padding: 0rem 0.5rem !important;
        overflow: scroll !important;
    }
}
