
body {
  background: #e7e7e7;
  font-family: 'EB Garamond', serif;
  overflow-x: hidden;
  height: 100vh;
}

.bg-body{
  background: rgba(255,255,255,.5);
}

.bg-card{
  background: rgba(255,255,255,.5) !important;
}

.paddin-none{
  padding: 0px;
}

.margin-none{
  margin: 0px;
}

.rounded-g{
  border: 0px;   
  margin: -1px; 
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.rounded-g-start{
  border-left: 0px;   
  margin-right: -1px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.rounded-g-end{
  border-right: 0px;  
  margin-left: 2px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;

}

#navbar-sup a{
  background-color: red;
}