body{
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size:100% 100%;
    background-attachment: fixed;
    min-height: 100vh;
    text-align: center;
}
header{
    color: #685247;
    font-weight: 900;
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-top: 200px;
    
}
p{
    color: #685247;
    font-weight: 300;
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    /* text-align: center; */
    /* margin-top: 450px; */
    
}
h5{
    color: #644e43;
    font-weight: 300;
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding-top: 50px!important;
    font-weight: 600;
    
}
.btn-order{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    background-color: white;
    width: 200px;
    border-radius: 30px;
    margin-bottom: 10px;
    color: black;
    
}
.btn-pay,.btn-pay:hover{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    background-color: #644e43;
    color: #c5b4a4;
    width: 200px;
    border-radius: 30px;
    margin-bottom: 10px;

    
}

#my-svg {
   width: 30px;
}

.divider{
     border-top: 1px solid #ddd;
}

.footer {
      /* text-align: center; */
      font-size: 12px;
      color: #666;
      /* border-top: 1px solid #ddd; */
      margin-top: 40px;
      padding: 20px 10px;
    }
    .footer a {
      color: #000;
      text-decoration: underline;
    } .footer p{
        
      font-size: 14px;
      margin-bottom: 20px;
    
    }


@media (max-width: 992px) {
header{
    margin-top: 100px;
    
}
body{
    min-height: 100vh;
}
}
@media (max-width: 768px) {
    header{
        font-size: 36px;
    }
    p{
        font-size: 28px;
    }
    .btn-order{
        font-size: 16px;
        width: 170px;
    }
    .btn-pay,.btn-pay:hover{
        font-size: 16px;
        width: 170px;
    }
    #my-svg {
        width: 20px;
     }
}
@media (max-width: 576px) {
    header{
        font-size: 36px;
    }
    p{
        font-size: 28px;
    }
    .btn-order{
        font-size: 16px;
        width: 170px;
    }
    .btn-pay,.btn-pay:hover{
        font-size: 16px;
        width: 170px;
    }
    #my-svg {
        width: 20px;
     }
}