@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&family=Roboto&display=swap');
/*Google Fonts*/

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  background-color: #202225;
  color: white;
}

b {
  font-weight: 800;
}

a {
  color: rgb(0, 145, 212);
}
