body {
    margin: auto;
    width: 50%;
    height: 100vh;
    text-align: center;
    font-family: 'Inter', system-ui, sans-serif;
}

img {
    height: 15em;
    width: auto;
}

a {
    display: block;
}

p a {
    display: inline;
}