body{
    background-color : rgb(247, 236, 222);
    font-family : "PT Sans Caption", sans-serif;
}
h1{

 font-size: 50px;
 color: #352e28;
 font-family: "Pacifico", cursive;
 font-weight: 400;
 width: fit-content;
}
h1::before{
   content: "";
   background-color: #d99c39;
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 30%;
   z-index: -1;
   transition: height 0.5s ease-in-out;
   -webkit-transition: height 0.5s ease-in-out;
   -moz-transition: height 0.5s ease-in-out;
   -ms-transition: height 0.5s ease-in-out;
   -o-transition: height 0.5s ease-in-out;
}
h1:hover::before{
    height: 80%;
}
h2 {
    font-family: "Righteous", cursive;
   background-image: linear-gradient(to right,  #d1512de1, #da892d );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}
h3 , .icon {
    font-size: 16px;

}
button{
    background-color: #d1512d !important;
}
.form-control:focus {
    border-color: #d99c39;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #fec26055;}

.content{
    border-block: 2px dotted #352e28;
  
}

::selection {
    background-color: #fec260;
    color: #352e28;
  }
.submit{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.submit:hover{
    background-color: transparent !important;
    color: black !important;
    border: 1px solid #352e28 !important;
}
.btn-visit{
    background-color: #d99c39 !important;
  
}
.btn-delete{
    background-color: #d1512d !important;
}
.t-row , tr{
    border-bottom: 1px solid #352e284c;
 
} 
.t-row td{
    padding: .5rem .5rem;
}
