
*{
  padding: 0;
  margin: 0;
  font-family: 'josefin sans', sans-serif;
  box-sizing: border-box;
}
body{
  background-color: rgb(32, 32, 32);
}

