@import url('https://fonts.googleapis.com/css2?family=Hammersmith+One&ital,wght@0,100..700;1,100..700&display=swap');

body {
    font-family: 'Hammersmith One';
    text-align: center;
}

p {
    font-size: 20px;
}