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

html, body {
  height: 100%;
  width: 100%;
}

body {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
}

* {
  margin: 0;
  padding: 0;
}


.css-active {

  border-bottom: 3px solid #4af1ac;

}


a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0.83rem 0;
}




