@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

body {
  background-color: rgb(73, 112, 254, 0.22) !important;
}

.updates {

}

a { 
  text-decoration-color: black !important;
  color: black !important;
  font-size: medium  !important; 
  font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
}

.separator {
  margin: auto;
  border-style: dotted none none;
  border-color: grey;
  border-width: 8px;
  width: 20%;
}

.hero-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: space-around;
  height: 90%;
  margin-right: 10%;
  margin-left: 12%;
}

.lead {
  font-family: Ubuntu, "Arial";
}