@charset "UTF-8";
body {
    font-size: 1rem;
    color: #161c2d;
    background-color: #ffffff;
  }
  
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
    font-weight: 600;
  }
  
  a {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  p {
    line-height: 1.6;
  }

.text-justify {text-align: justify;}
.subtitle   {font-size: 1.5rem !important; color: crimson;}
h2 .text-info  {color:dodgerblue !important;}
.bgo{
  background-color: #697293;
}
.btn {
  padding: 8px 20px;
  outline: 0;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: .5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: 600;
  border-radius: 6px;
}
.btn-notification {
  background-color: rgb(107, 109, 136)!important;
  border: 1px solid rgba(200,202,222,1)!important;
  color: #fff!important;
  -webkit-box-shadow: 0 3px 5px 0 rgb(23 162 184 / 10%);
  box-shadow: 0 3px 5px 0 rgb(23 162 184 / 10%);
}
.bg-home {
  height: 100vh;