* {
    box-sizing: border-box;
}

html {
    height: 100%;
    background: #f4f4f4;
}

body {
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
}

header {
    padding-top: 30vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

img {
    max-width: 90%;
}

h1 {
    text-align: center;
    font-weight: normal;
    font-size: clamp(16pt, 4vw, 36pt);
}
