@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  font-family: Montserrat;
}

body {
  background: #0D1117;
}

.overview {
  margin-left: 75px;
}

.overview h1 {
  color: #002F5D;
}

.overview p {
  color: white;
}

.overview br {
  margin-top: 10px;
}
