html {
    text-align: center;
}

a {
    color: red;
}

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

body {
    background-color: black;
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
}