html,
body{
    margin: unset;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}
.fw-600 {
  font-weight: 600;
}
.custom-a {
  color: #baccff;
}
.custom-a:hover {
  color: #ffffff;
}