body {
    font-family: "Roboto", sans-serif;
    margin: 0;
}

header {
    width: 100%;
    height: 20px;
    background-color: #8a8f97;
}

.category-title {
    text-align: center;
}

.total-cart {
    text-align: center;
}

@media screen and (max-width: 375px) {
    main {
        margin: 0 20px;
    }

    .announce {
        text-align: center;
    }

    .assortment {
    
    }

    .assortment div {
        width: 90%;
        text-align: center;
        height: 30px;
        border: 2px solid #8bbeda;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
        margin: 0 auto 20px;
    }

    .assortment div a {
        text-decoration: none;
        color: #1d6388;
    }

    .free-delivery {
        font-size: 1.4em;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .icon-delivery {
        height: 70px;
        width: 70px;
        background-image: url(/images/icon-delivery.svg);
        background-repeat: no-repeat;
    }

    .messagers {
        display: flex;
        width: 50%;
        margin: 0 auto 30px;
        justify-content: center;
    }

    /* .icon-telegram {
        height: 70px;
        width: 70px;
        background-image: url(/images/icon-telegram.svg);
        background-repeat: no-repeat;
        display: none;
    }
    
    .icon-whatsapp {
        height: 70px;
        width: 70px;
        background-image: url(/images/icon-whatsapp.svg);
        background-repeat: no-repeat;
        display: none;        
    } */
    
    .icon-vk {
        height: 70px;
        width: 70px;
        background-image: url(/images/icon-vk.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .schedule {
        text-align: center;
        margin: 30px 0;
    }

    .contacts {
        text-align: center;
    }

    footer {
        width: 100%;
        height: 40px;
        background-color: #8a8f97;
        color: white;
    }

    .product {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 0 0 30px 0;
    }

    .product-image {
        margin: 0 0 10px 0;
    }

    .product-image img {
        width: 150px;
        height: 150px;
    }

    .product-title {
        margin: 0 0 10px 0;
        text-align: center;
    }

    .product-price {
        margin: 0 0 10px 0;
        text-align: center;
    }

    .product-amount {
        margin: 0 0 10px 0;
    }

    .product-amount input {
        width: 50px;
    }

    .product-cart {
        background-image: url(/images/icon-cart.svg);
        background-size: contain;
        background-repeat: no-repeat;
        height: 30px;
        width: 30px;
        cursor: pointer;
    }

    .product-cart-trash {
        background-image: url(/images/icon-trash.svg);
        background-size: contain;
        background-repeat: no-repeat;
        height: 30px;
        width: 30px;
        cursor: pointer;
    }

    .cart {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 20px 0 0 0;
    }

    .back {
        color: #1d6388;
        border: 2px solid #8bbeda;
        background-color: white;
        padding: 10px;
        border-radius: 6px;
        cursor: pointer;
    }

    .total-price {
        margin: 0 0 0 20px;
    }

    .checkout {
        text-align: center;
        margin: 0 0 20px 0;
    }

    .checkout a {
        text-decoration: none;
        color: #1d6388;
        border: 2px solid #8bbeda;
        border-radius: 6px;
        padding: 20px;
        display: block;
    }

    .checkout-title {
        text-align: center;
    }

    .checkout-form {
        width: 100%;
        margin: 20px auto;
    }

    .checkout-form .form-group {
        text-align: center;
        margin: 0 0 10px 0;
    }

    .checkout-form .form-group label {
        display: block;
        margin: 0 0 10px 0;
    }

    .checkout-form .form-group input {
        width: 100%;
    }

    .checkout-form .form-group textarea {
        width: 100%;
    }

    .checkout-form .form-group-radio {
        text-align: center;
        margin: 0 0 10px 0;
    }

    .form-group-submit {
        text-align: center;
    }

    .form-group-submit input {
        color: #1d6388;
        border: 2px solid #8bbeda;
        background-color: white;
        padding: 10px;
        border-radius: 6px;
    }
}

@media screen and (max-width: 425px) and (min-width: 375px) {
    main {
        margin: 0 20px;
    }

    .announce {
        text-align: center;
    }

    .assortment {

    }

    .assortment div {
        width: 75%;
        text-align: center;
        height: 30px;
        border: 2px solid #8bbeda;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
        margin: 0 auto 20px;
    }

    .assortment div a {
        text-decoration: none;
        color: #1d6388;
    }

    .free-delivery {
        font-size: 1.4em;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .icon-delivery {
        height: 70px;
        width: 70px;
        background-image: url(/images/icon-delivery.svg);
        background-repeat: no-repeat;
    }

    .messagers {
        display: flex;
        width: 50%;
        margin: 0 auto 30px;
        justify-content: center;
    }

    /* .icon-telegram {
        height: 70px;
        width: 70px;
        background-image: url(/images/icon-telegram.svg);
        background-repeat: no-repeat;
        display: none;
    }
    
    .icon-whatsapp {
        height: 70px;
        width: 70px;
        background-image: url(/images/icon-whatsapp.svg);
        background-repeat: no-repeat;
        display: none;
    } */
    
    .icon-vk {
        height: 70px;
        width: 70px;
        background-image: url(/images/icon-vk.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .schedule {
        text-align: center;
        margin: 30px 0;
    }

    .contacts {
        text-align: center;
    }

    footer {
        width: 100%;
        height: 40px;
        background-color: #8a8f97;
        color: white;
    }

    .product {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 0 0 30px 0;
    }

    .product-image {
        margin: 0 0 10px 0;
    }

    .product-image img {
        width: 150px;
        height: 150px;
    }

    .product-title {
        margin: 0 0 10px 0;
        text-align: center;
    }

    .product-price {
        margin: 0 0 10px 0;
        text-align: center;
    }

    .product-amount {
        margin: 0 0 10px 0;
    }

    .product-amount input {
        width: 50px;
    }

    .product-cart {
        background-image: url(/images/icon-cart.svg);
        background-size: contain;
        background-repeat: no-repeat;
        height: 30px;
        width: 30px;
        cursor: pointer;
    }

    .product-cart-trash {
        background-image: url(/images/icon-trash.svg);
        background-size: contain;
        background-repeat: no-repeat;
        height: 30px;
        width: 30px;
        cursor: pointer;
    }

    .cart {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 20px 0 0 0;
    }

    .back {
        color: #1d6388;
        border: 2px solid #8bbeda;
        background-color: white;
        padding: 10px;
        border-radius: 6px;
        cursor: pointer;
    }

    .total-price {
        margin: 0 0 0 20px;
    }

    .checkout {
        text-align: center;
        margin: 0 0 20px 0;
    }

    .checkout a {
        text-decoration: none;
        color: #1d6388;
        border: 2px solid #8bbeda;
        border-radius: 6px;
        padding: 20px;
        display: block;
    }

    .checkout-title {
        text-align: center;
    }

    .checkout-form {
        width: 70%;
        margin: 20px auto;
    }

    .checkout-form .form-group {
        text-align: center;
        margin: 0 0 10px 0;
    }

    .checkout-form .form-group label {
        display: block;
        margin: 0 0 10px 0;
    }

    .checkout-form .form-group input {
        width: 100%;
    }

    .checkout-form .form-group textarea {
        width: 100%;
    }

    .checkout-form .form-group-radio {
        text-align: center;
        margin: 0 0 10px 0;
    }

    .form-group-submit {
        text-align: center;
    }

    .form-group-submit input {
        color: #1d6388;
        border: 2px solid #8bbeda;
        background-color: white;
        padding: 10px;
        border-radius: 6px;
    }
}

@media screen and (max-width: 768px) and (min-width: 425px) {
    main {
        margin: 0 20px;
    }

    .announce {
        text-align: center;
    }

    .assortment {

    }

    .assortment div {
        width: 75%;
        text-align: center;
        height: 30px;
        border: 2px solid #8bbeda;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
        margin: 0 auto 20px;
    }

    .assortment div a {
        text-decoration: none;
        color: #1d6388;
    }

    .free-delivery {
        font-size: 1.4em;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .icon-delivery {
        height: 70px;
        width: 70px;
        background-image: url(/images/icon-delivery.svg);
        background-repeat: no-repeat;
    }

    .messagers {
        display: flex;
        width: 50%;
        margin: 0 auto 30px;
        justify-content: center;
    }

    /* .icon-telegram {
        height: 70px;
        width: 70px;
        background-image: url(/images/icon-telegram.svg);
        background-repeat: no-repeat;
        display: none;
    }
    
    .icon-whatsapp {
        height: 70px;
        width: 70px;
        background-image: url(/images/icon-whatsapp.svg);
        background-repeat: no-repeat;
        display: none;
    } */
    
    .icon-vk {
        height: 70px;
        width: 70px;
        background-image: url(/images/icon-vk.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .schedule {
        text-align: center;
        margin: 30px 0;
    }

    .contacts {
        text-align: center;
    }

    footer {
        width: 100%;
        height: 40px;
        background-color: #8a8f97;
        color: white;
    }

    .product {
        display: flex;
        align-items: center;
        margin: 0 0 30px 0;
    }

    .product-image {
        margin: 0 20px 0 0;
    }

    .product-image img {
        width: 70px;
        height: 70px;
    }

    .product-title {
        width: 50%;
        margin: 0 20px 0 0;
    }

    .product-price {
        margin: 0 20px 0 0;
        width: 20%;
        text-align: center;
    }

    .product-amount {
        padding: 0 10px;
    }

    .product-amount input {
        width: 30px;
    }

    .product-cart {
        background-image: url(/images/icon-cart.svg);
        background-size: contain;
        background-repeat: no-repeat;
        height: 30px;
        width: 30px;
        cursor: pointer;
    }

    .product-cart-trash {
        background-image: url(/images/icon-trash.svg);
        background-size: contain;
        background-repeat: no-repeat;
        height: 30px;
        width: 30px;
        cursor: pointer;
    }

    .cart {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 20px 0 0 0;
    }

    .back {
        color: #1d6388;
        border: 2px solid #8bbeda;
        background-color: white;
        padding: 10px;
        border-radius: 6px;
        cursor: pointer;
    }

    .total-price {
        margin: 0 0 0 20px;
    }

    .checkout {
        text-align: center;
        margin: 0 0 20px 0;
    }

    .checkout a {
        text-decoration: none;
        color: #1d6388;
        border: 2px solid #8bbeda;
        border-radius: 6px;
        padding: 20px;
        display: block;
    }

    .checkout-title {
        text-align: center;
    }

    .checkout-form {
        width: 70%;
        margin: 20px auto;
    }

    .checkout-form .form-group {
        text-align: center;
        margin: 0 0 10px 0;
    }

    .checkout-form .form-group label {
        display: block;
        margin: 0 0 10px 0;
    }

    .checkout-form .form-group input {
        width: 100%;
    }

    .checkout-form .form-group textarea {
        width: 100%;
    }

    .checkout-form .form-group-radio {
        text-align: center;
        margin: 0 0 10px 0;
    }

    .form-group-submit {
        text-align: center;
    }

    .form-group-submit input {
        color: #1d6388;
        border: 2px solid #8bbeda;
        background-color: white;
        padding: 10px;
        border-radius: 6px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    main {
        margin: 0 20px;
    }

    .announce {
        text-align: center;
    }

    .assortment {
        display: flex;
        margin: 0 0 20px 0;
    }

    .assortment div {
        width: 50%;
        text-align: center;
        height: 30px;
        border: 2px solid #8bbeda;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
    }

    .assortment div a {
        text-decoration: none;
        color: #1d6388;
    }

    .assortment div:nth-child(1) {
        margin-right: 10px;
    }

    .assortment div:nth-child(2) {
        margin-left: 10px;
    }

    .assortment div:hover {
        box-shadow: 5px 5px 5px #1d6388;
    }

    .free-delivery {
        font-size: 1.4em;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .text-delivery {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 0.7em;
    }

    .icon-delivery {
        height: 70px;
        width: 70px;
        background-image: url(/images/icon-delivery.svg);
        background-repeat: no-repeat;
    }

    .messagers {
        display: flex;
        width: 30%;
        margin: 0 auto 30px;
        justify-content: center;
    }

/*     .icon-telegram {
    height: 70px;
    width: 70px;
    background-image: url(/images/icon-telegram.svg);
    background-repeat: no-repeat;
    display: none;
}

.icon-whatsapp {
    height: 70px;
    width: 70px;
    background-image: url(/images/icon-whatsapp.svg);
    background-repeat: no-repeat;
    display: none;
}
 */
    .icon-vk {
        height: 70px;
        width: 70px;
        background-image: url(/images/icon-vk.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .schedule {
        text-align: center;
        margin: 30px 0;
    }

    .contacts {
        text-align: center;
    }

    footer {
        width: 100%;
        height: 40px;
        background-color: #8a8f97;
        color: white;
    }

    .product {
        display: flex;
        align-items: center;
        margin: 0 0 30px 0;
    }

    .product-image {
        margin: 0 20px 0 0;
    }

    .product-image img {
        width: 70px;
        height: 70px;
    }

    .product-title {
        width: 60%;
        margin: 0 20px 0 0;
    }

    .product-price {
        margin: 0 20px 0 0;
        width: 10%;
        text-align: center;
    }

    .product-amount {
        padding: 0 10px;
    }

    .product-cart {
        background-image: url(/images/icon-cart.svg);
        background-size: contain;
        background-repeat: no-repeat;
        height: 30px;
        width: 30px;
        cursor: pointer;
    }

    .product-cart-trash {
        background-image: url(/images/icon-trash.svg);
        background-size: contain;
        background-repeat: no-repeat;
        height: 30px;
        width: 30px;
        cursor: pointer;
    }

    .cart {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 20px 0 0 0;
    }

    .back {
        color: #1d6388;
        border: 2px solid #8bbeda;
        background-color: white;
        padding: 10px;
        border-radius: 6px;
        cursor: pointer;
    }

    .total-price {
        margin: 0 0 0 20px;
    }

    .checkout {
        text-align: center;
        margin: 0 0 20px 0;
    }

    .checkout a {
        text-decoration: none;
        color: #1d6388;
        border: 2px solid #8bbeda;
        border-radius: 6px;
        padding: 20px;
        display: block;
    }

    .checkout-title {
        text-align: center;
    }

    .checkout-form {
        width: 50%;
        margin: 20px auto;
    }

    .checkout-form .form-group {
        text-align: center;
        margin: 0 0 10px 0;
    }

    .checkout-form .form-group label {
        display: block;
        margin: 0 0 10px 0;
    }

    .checkout-form .form-group input {
        width: 100%;
    }

    .checkout-form .form-group textarea {
        width: 100%;
    }

    .checkout-form .form-group-radio {
        text-align: center;
        margin: 0 0 10px 0;
    }

    .form-group-submit {
        text-align: center;
    }

    .form-group-submit input {
        color: #1d6388;
        border: 2px solid #8bbeda;
        background-color: white;
        padding: 10px;
        border-radius: 6px;
    }
}

@media screen and (max-width: 1140px) and (min-width: 1024px) {
    main {
        width: 70%;
        margin: auto;
        padding: 20px 0 0 0;
    }


    .announce {
        text-align: center;
    }

    .assortment {
        display: flex;
    }

    .assortment div {
        width: 50%;
        text-align: center;
        height: 30px;
        border: 2px solid #8bbeda;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
        margin: 0 0 20px 0;
    }

    .assortment div a {
        text-decoration: none;
        color: #1d6388;
    }

    .assortment div:nth-child(1) {
        margin-right: 10px;
    }

    .assortment div:nth-child(2) {
        margin-left: 10px;
    }

    .assortment div:hover {
        box-shadow: 5px 5px 5px #1d6388;
    }

    .free-delivery {
        font-size: 1.4em;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .text-delivery {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 0.75em;
    }

    .icon-delivery {
        height: 70px;
        width: 70px;
        background-image: url(/images/icon-delivery.svg);
        background-repeat: no-repeat;
    }

    .messagers {
        display: flex;
        width: 30%;
        margin: 0 auto 30px;
        justify-content: center;
    }

    /* .icon-telegram {
        height: 70px;
        width: 70px;
        background-image: url(/images/icon-telegram.svg);
        background-repeat: no-repeat;
        display: none;
    }
    
    .icon-whatsapp {
        height: 70px;
        width: 70px;
        background-image: url(/images/icon-whatsapp.svg);
        background-repeat: no-repeat;
        display: none;
    } */
    
    .icon-vk {
        height: 70px;
        width: 70px;
        background-image: url(/images/icon-vk.svg);
        background-repeat: no-repeat;
        background-size: contain;        
    }

    .schedule {
        text-align: center;
        margin: 30px 0;
    }

    .contacts {
        text-align: center;
    }

    footer {
        width: 100%;
        height: 40px;
        background-color: #8a8f97;
        color: white;
    }


    .product {
        display: flex;
        align-items: center;
        margin: 0 0 30px 0;
    }

    .product-image {
        margin: 0 20px 0 0;
    }

    .product-image img {
        width: 70px;
        height: 70px;
    }

    .product-title {
        width: 60%;
        margin: 0 20px 0 0;
    }

    .product-price {
        margin: 0 20px 0 0;
        width: 10%;
        text-align: center;
    }

    .product-amount {
        padding: 0 10px;
    }

    .product-cart {
        background-image: url(/images/icon-cart.svg);
        background-size: contain;
        background-repeat: no-repeat;
        height: 30px;
        width: 30px;
        cursor: pointer;
    }

    .product-cart-trash {
        background-image: url(/images/icon-trash.svg);
        background-size: contain;
        background-repeat: no-repeat;
        height: 30px;
        width: 30px;
        cursor: pointer;
    }

    .cart {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 20px 0 0 0;
    }

    .back {
        color: #1d6388;
        border: 2px solid #8bbeda;
        background-color: white;
        padding: 10px;
        border-radius: 6px;
        cursor: pointer;
    }

    .total-price {
        margin: 0 0 0 20px;
    }

    .checkout {
        text-align: center;
        margin: 0 0 20px 0;
    }

    .checkout a {
        text-decoration: none;
        color: #1d6388;
        border: 2px solid #8bbeda;
        border-radius: 6px;
        padding: 20px;
        display: block;
    }

    .checkout-title {
        text-align: center;
    }

    .checkout-form {
        width: 50%;
        margin: 20px auto;
    }

    .checkout-form .form-group {
        text-align: center;
        margin: 0 0 10px 0;
    }

    .checkout-form .form-group label {
        display: block;
        margin: 0 0 10px 0;
    }

    .checkout-form .form-group input {
        width: 100%;
    }

    .checkout-form .form-group textarea {
        width: 100%;
    }

    .checkout-form .form-group-radio {
        text-align: center;
        margin: 0 0 10px 0;
    }

    .form-group-submit {
        text-align: center;
    }

    .form-group-submit input {
        color: #1d6388;
        border: 2px solid #8bbeda;
        background-color: white;
        padding: 10px;
        border-radius: 6px;
    }
}

@media screen and (min-width: 1140px) {
    header {
        width: 100%;
        height: 20px;
        background-color: #8a8f97;
    }
    main {
        width: 70%;
        margin: auto;
        padding: 20px 0 0 0;
    }

    .announce {
        text-align: center;
    }

    .assortment {
        display: flex;
        justify-content: space-between;
    }

    .assortment div {
        width: 23%;
        text-align: center;
        height: 30px;
        border: 2px solid #8bbeda;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
        margin: 0 0 20px 0;
    }

    .assortment div a {
        text-decoration: none;
        color: #1d6388;
    }

    /* .assortment div:nth-child(1) {
        margin-right: 10px;
    }
    
    .assortment div:nth-child(2) {
        margin-left: 10px;
    } */

    .assortment div:hover {
        box-shadow: 5px 5px 5px #1d6388;
    }

    .free-delivery {
        font-size: 1.4em;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .text-delivery {
        text-transform: uppercase;
        font-weight: bold;
    }

    .icon-delivery {
        height: 70px;
        width: 70px;
        background-image: url(/images/icon-delivery.svg);
        background-repeat: no-repeat;
    }

    .messagers {
        display: flex;
        width: 30%;
        margin: 0 auto 30px;
        justify-content: center;
    }

   /*  .icon-telegram {
       height: 70px;
       width: 70px;
       background-image: url(/images/icon-telegram.svg);
       background-repeat: no-repeat;
       display: none;
   }
   
   .icon-whatsapp {
       height: 70px;
       width: 70px;
       background-image: url(/images/icon-whatsapp.svg);
       background-repeat: no-repeat;
       display: none;
   } */
    
    .icon-vk {
        height: 70px;
        width: 70px;
        background-image: url(/images/icon-vk.svg);
        background-repeat: no-repeat;
        background-size: contain;        
    }

    .schedule {
        text-align: center;
        margin: 30px 0;
    }

    .contacts {
        text-align: center;
    }

    footer {
        width: 100%;
        height: 40px;
        background-color: #8a8f97;
        color: white;
    }

    .product {
        display: flex;
        align-items: center;
        margin: 0 0 30px 0;
    }

    .product-image {
        margin: 0 20px 0 0;
    }

    .product-image img {
        width: 70px;
        height: 70px;
    }

    .product-title {
        width: 60%;
        margin: 0 20px 0 0;
    }

    .product-price {
        margin: 0 20px 0 0;
        width: 10%;
        text-align: center;
    }

    .product-amount {
        padding: 0 10px;
    }

    .product-cart {
        background-image: url(/images/icon-cart.svg);
        background-size: contain;
        background-repeat: no-repeat;
        height: 30px;
        width: 30px;
        cursor: pointer;
    }

    .product-cart-trash {
        background-image: url(/images/icon-trash.svg);
        background-size: contain;
        background-repeat: no-repeat;
        height: 30px;
        width: 30px;
        cursor: pointer;
    }

    .cart {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .back {
        color: #1d6388;
        border: 2px solid #8bbeda;
        background-color: white;
        padding: 10px;
        border-radius: 6px;
        cursor: pointer;
    }

    .total-price {
        margin: 0 0 0 20px;
    }

    .checkout {
        text-align: center;
        margin: 0 0 20px 0;
    }

    .checkout a {
        text-decoration: none;
        color: #1d6388;
        border: 2px solid #8bbeda;
        border-radius: 6px;
        padding: 20px;
        display: block;
    }

    .checkout-title {
        text-align: center;
    }

    .checkout-form {
        width: 50%;
        margin: 20px auto;
    }

    .checkout-form .form-group {
        text-align: center;
        margin: 0 0 10px 0;
    }

    .checkout-form .form-group label {
        display: block;
        margin: 0 0 10px 0;
    }

    .checkout-form .form-group input {
        width: 100%;
    }

    .checkout-form .form-group textarea {
        width: 100%;
    }

    .checkout-form .form-group-radio {
        text-align: center;
        margin: 0 0 10px 0;
    }

    .form-group-submit {
        text-align: center;
    }

    .form-group-submit input {
        color: #1d6388;
        border: 2px solid #8bbeda;
        background-color: white;
        padding: 10px;
        border-radius: 6px;
    }
}
