*{
  margin: 0;
  box-sizing: border-box;
}

::selection {
 background-color: #fec260;
color: #352e28; 
}


body {
  background-color: #f7ecde;
  font-family: "PT Sans", sans-serif;
}

h1 {
  font-size: 50px;
  font-family: "Pacifico", cursive;
  color: #352e28;
  padding: 60px 0px;
  position: relative;

}

h1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10%;
  left: 0;
  bottom: 35%;
  background-color: #fec260;
  transition: height 350ms;
  z-index: -1;
  transition: 0.3s 0.1s all;
}

h1:hover::after {
  
  height: 20%;
}

h2 {
  font-family: "Righteous", cursive;
  font-size: 25px;
    
}

.bookmark {
  border-top: 2px dotted black;
  border-bottom: 2px dotted black;
  padding: 25px 10px;
}
.bookmark-head i {
  font-size: 25px;
}

.bookmark-head {
  background-image: linear-gradient(to right, #3ca55c, #b5ac49);
    background-clip: text;
    color: transparent;
}
label {
  font-size: 18px;
}

.form-control {
  font-size: 17px;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #d99c39;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #fec26055;}
  
  .btn-style {
    background-color: #d1512d;
    padding: 6px 48px;
    color: #fff;
    font-weight: 600;
    

  }

  .btn-style:hover {
    background-color: #bb4120;
    color: #fff;
  }

thead tr th {
  font-size: 17px;
}

.btn-vist {
  background-color: #9eb23b;
  color: white;
}

.btn-vist:hover {
  background-color: #8a9e23;
  color: white;
}


.btn-delele {
  background-color: #eb1d36;
  color: white;
}

.btn-delele:hover {
  background-color: #d30820;
  color: white;
}

.btn:first-child:active {
  background-color: transparent;
  border:1px solid black;
  color: black;
}

.modal-style {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.463);
}

.modal-style .inner {
  width: 500px;
  background-color: #ffffff;
  padding: 25px;

}



 .circle1 {
  color: #f15f5d;
  font-size: 20px;
  
}

 .circle2 {
  color: #febe2e;
  font-size: 20px;
  
  
}
 .circle3 {
  color: #4db748;
  font-size: 20px;
  
  
}

.btn-close {
  opacity: 1;
}

.btn-close:hover {
  opacity: 1;
}
.inner-body .body-head {
  font-family: "Bree Serif", serif;
    font-size: 21px;
    line-height: 1.3;
    color: #352e28;

}

.inner-body p {
  font-size: 20px;
}

.inner-body i {
  color: #bb4120;
}

.btn:focus-visible {
 background-color: #d1512d; 
 color: white;
  
  
  }