@import url('https://fonts.googleapis.com/css2?family=Bitcount+Grid+Single:wght@100..900&display=swap');
h1 {
    color: red;
}
body {
    text-align: center;
    font-family: "Arial";
    background: azure;
    color: purple;
}
img{
    border-radius: 100%;
}
p {
    font-family: 'Bitcount Grid Single';
     font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
    "slnt" 0,
    "CRSV" 0.5,
    "ELSH" 0,
    "ELXP" 0;
}