@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body {
    text-align: center;
    letter-spacing: 1.5px;
    font-family: 'Staatliches', cursive;
    /* background: #fffc00;  */
    background: url("img/bg-100.jpg");
    background-repeat: no-repeat;
    /* background-position:cover ; */
    background-size: cover;
    background-position: fixed;
    font-family: 'Poppins', sans-serif;

}

.row {
    --bs-gutter-y: 0 !important;
    margin: 0 !important;
}

.btn {
    border-radius: 10px;
    border: none;
    background-color: #000;
    /* margin-left: 20%; */
    font-size: 0.8em;
}

h5 {
    border-radius: 8px;
    background-color: #576BFE;
    font-size: 1.2em;

}
.product{
    margin-right: 8%;
    
}
.click {
    color: #fff;
    align-items: start;
    margin-left: -60%;
    border-radius: 10px;
    border: none;
    background-color: #000;
    font-size: 0.8em;
}

textarea {
    /* position: relative; */
    border: 5px solid #262525;
    border-color: rgba(0, 0, 0, .14);
    width: 70%;
    font-size: 1.2em;
    border-radius: 10px;
    text-indent: 10px;
    /* z-index:-1; */
    margin-right: 15%;
}
#outputBorder {
    height:290px;
    width: 290px;
    margin: auto;
    background-color: #fff;
    /* background-color: #ffffff; */
    border-radius: 25px;    
    box-shadow: 10px 10px 10px 10px rgba(110, 110, 110, 0.2);
    /* display: block !important; */
    
    
}
#message{
    margin-top: 10px !important;
}
.download{
    padding: 13px;
    border-radius: 6px !important;
}


#submitButton {
    margin-right: 25px;
    background-color: #000 !important;
}
.success-message, .error-message {
    margin-top: 10px;
}

.success-message {
    color: green;
}

.error-message {
    color: red;
}

.toast-header {
    background-color: #000;
    
}
.toast-body a{
    color: #fff;
}

@media only screen and (max-width: 600px){
    .topText{
        display:flex;
        justify-content:center;
        align-items:center;
      width: 100%;
      margin-top: -50px;
      font-size: 0.7em;
      margin-right: 20px;
    }
    textarea{
        width: 100%;
        display:flex;
        justify-content:center;
        align-items:center;
        font-size: 0.7em;
       
    }
    .click{
        width: 150%;
      font-size: 0.5em;
      margin-left: 0;

       
    }
    #outputBorder{
        margin-right:15px;
        display:flex;
        justify-content:center;
    
    margin: auto;
    background-color: #fff;
    /* background-color: #ffffff; */
    border-radius: 25px;    
    box-shadow: 10px 10px 10px 10px rgba(110, 110, 110, 0.2);
    /* display: block !important; */
    }
    .product{
        display: none;
    }
    .title{
        color: #000;
    }
    #message{
        color: #000;
    }
    .download{
        display: none;
    }
    .grey{
        background-color: #000;
       font-size:0.7em;
        display:flex;
        justify-content:center;
        align-items:center;
    }
    
}