        .logo {
    margin: 5px;
    width: 50px
}

.banner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 75%
}

.background {
    background: #cbe1e6;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    padding: 20px
}

.icons {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 5em;
    text-align: center;
}

.icons:hover {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both
}

p {
    font-size: 12px;
    text-align:left;
    padding-left: 10px;
    padding-right: 10px;
}

li {
    font-size: 12px;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    padding-top:10px;
    font-size: 20px !important;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    padding: 5px;
    text-align: center;
    font-size: 18px;
}

h5 {
    text-align: center
}

form {
    margin: 10px;
    display: flex;
    flex-direction: column
}

input {
    border-radius: 5px;
    width: 70%;
    display: block;
    margin: 5px auto
}

.products-section {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px
}

.product-rows {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly
}

.product-box {
    margin: 10px;
    width: 100%
}

.andmore-box,
.product-box {
    background: #001cff;
    color: #fff;
    font-size: 12px;
    display: block;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.andmore-box {
    margin: 10px auto;
    width: 50%
}

.form-section {
    background: #001cff;
    color: #fff;
    display: block;
    margin: 10px auto;
    padding: 10px;
    width: 75%;
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.footer-section {
    margin-top: 10px;
    color: grey;
    text-decoration: none
}

@media screen and (min-width:601px) {
    h2 {
        font-size: 30px
    }
    h3 {
        font-size: 20px;
    }
    @media screen and (max-width:600px) {
        h2 {
            font-size: 40px
        }
        h5 {
            font-size: 16px
        }
        h3 {
            font-size: 25px;
        }
        @-webkit-keyframes heartbeat {
            0% {
                -webkit-transform: scale(1);
                transform: scale(1);
                -webkit-transform-origin: center center;
                transform-origin: center center;
                -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out
            }
            10% {
                -webkit-transform: scale(.91);
                transform: scale(.91);
                -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in
            }
            17% {
                -webkit-transform: scale(.98);
                transform: scale(.98);
                -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out
            }
            33% {
                -webkit-transform: scale(.87);
                transform: scale(.87);
                -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in
            }
            45% {
                -webkit-transform: scale(1);
                transform: scale(1);
                -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out
            }
        }
        @keyframes heartbeat {
            0% {
                -webkit-transform: scale(1);
                transform: scale(1);
                -webkit-transform-origin: center center;
                transform-origin: center center;
                -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out
            }
            10% {
                -webkit-transform: scale(.91);
                transform: scale(.91);
                -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in
            }
            17% {
                -webkit-transform: scale(.98);
                transform: scale(.98);
                -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out
            }
            33% {
                -webkit-transform: scale(.87);
                transform: scale(.87);
                -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in
            }
            45% {
                -webkit-transform: scale(1);
                transform: scale(1);
                -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out
            }
        }
        /*# sourceMappingURL=main.6fbac292.chunk.css.map */
