html {
    font-family: sans-serif;

}

body {
    background-color: grey;
    color: black;

}




p {
    color: black;
    font-size: clamp(16px, 5vw, 30px);
}


div {

    display: grid;
    place-items: center;
}

