
body{
    background-color: #fc9 !important;
    text-align:center!important;
}
h6,h5{
    margin:3px!important;
}
p{
    margin:5px!important;
}
.section2
{
    background-color: black;
    border-radius: 0px;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    border: solid 4px #ff00f7;
    margin: 0px;
}
ul li{
    list-style: none;
}
.section2 ul li{
    color: #f9c4ff;
    margin: 5px;
    font-size: 13px;
}
.section-login{
    border: 2px solid #ff00f7;
    margin-top: 7px;
    border-radius: 11px 0px 11px 0px;
    padding: 20px;
}

.section-login a{
    background: #ff5722;
    padding: 5px 15px;
    border-radius: 5px 0px 5px;
    color: #ffff;
    text-decoration: none;
    font-weight: 500;
    text-shadow: 2px 5px 11px black;
}
.section3{
    background-color: #f0e9e5;
    border-radius: 0px;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    border: solid 2px #ff00f7;
    margin: 8px 0px;
    border-radius: 0px 19px 2px 17px;
}

.section3 a,.search-btn,.btn{
    background: #eb400a;
    color: #fff;
    padding: 5px 8px;
    text-shadow: 2px 2px 5px #000000ad;
    text-decoration: none;
    text-transform: capitalize;
    border-radius: 5px 2px 5px 2px;
    padding: 5px 15px;
    box-shadow: 0px 5px 5px #656159b0;
    cursor:pointer;
}


.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
      background-color: #ea4848;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 0px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 24px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  
  #form{
    width: 99%;
    margin: 6px;
    border: 2px solid #ff00f7;
    border-radius: 13px 13px 0px 0px;
  }
  .my-card{
      background: #fffcf3;
    margin: 5px 2px;
border: 2px inset #d00047;
border-radius: 5px;
    box-shadow: 0 0 10px -5px #000;
    background-image: linear-gradient(45deg,#ffc58a 50%,transparent 50%);
  }
  .card-head{
     background-color: #d00047;
    border-bottom: 2px solid #d00047;
/*background: #f44336;*/
    display: flex;
    justify-content: space-between;
    padding: 7px;
    color: #fff;
    text-shadow: 0px 3px 7px black;
  }
  .card-head a{
    color:#fff;
  }
  .date{
    font-size: 14px;
  }
  .card-footer{
    display: flex;
    justify-content: space-between;
    background: #ff9800;
    padding: 6px;
    font-size: 14px;
    text-shadow: 0px 5px 5px #5d585b36;
    border-top: 1px solid #c6b7b7;
    border-radius: 0px 0px 7px 7px;
  }
  .text-decoration-none{
    text-decoration:none;
  }
  .pagination li a {
 
    background: #ff5722;
    color: #fff;
    border-radius: 3px;
    padding: 2px 10px!important;
}
.pagination li {
    font-weight: 700;
    font-family: myfont1;
    border: 1px solid #7a0238;
    margin: 0 0 0 5px;
    color: red;
 
}

.menubar {
    text-align: center;
    background-color: #ffffff;
    border-top: 1px solid #ffffff;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0px 0px;
    display: flex;
    box-shadow: 0px 8px 13px #dac6c6;
}
.menubar div a {
    color: #f44336;
    padding: 5px 0px;
    display: block;
    text-decoration: none;
    align: center;
    font-size: 15px;
    font-family: 'myfont1';
}
.d-flex{
  display:flex;
}
.justify-between{
  justify-content:space-between;
}
.cart-footer div a{
  text-shadow: 0px 2px 4px #7e7e7e94;
}
.posts_rule{
        padding-bottom: 0px !important;
    margin-bottom: 1rem !important;
    margin-top: 10px;
    border: 3px solid #039686;
    background-color: #e5fffc !important;
 font-weight:bold;
 font-style:italic;
    
}
 
 .guess-form{
         background-color: #133e8c;
    color: white;
    border: 2px solid #005879;
    border-radius: 10px !important;
    padding: 0px !important;
 }