body {
     background-image: url("images/bg.webp");
        }
        
.solid {
  border-style: solid;
  }
.dotted {
  border-style: dotted;
}

.pb {
  padding-bottom: 10px;
}

.m-10 {
  margin:10px;
  }

.round-corner {
  border-radius: 8px;
  }

.bg-dark {
  background-color: #252526;
  }
body {
  color: #F5F5F5;
}

a {
  color: #38BDF8;
  }

.mt {
  margin-top:25px;
  }
  
p {
  font-size:19px;
}

.bg-blue {
 background-color: #0D72B8;
}


.elms-sans-oasis-edition {
font-family: "Elms Sans", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}