* {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 2em;
    justify-content: space-evenly;
    gap: 1vh;
}

body>input {
    font-size: 1em;
}

body>img {
    height: 10vmin;
}

body>h1 {
    text-align: center;
}

body>button {
    font-size: 1em;
}