
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Archivo+Black&display=swap');
.title {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3pc;
}

body {
    background-color: black;
    color:white;
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}