* {
    box-sizing: border-box;
    font-family: 'system-ui', sans-serif;
}

img {
    display: block;
    width: 450px;
    max-inline-size: 100%;
}

main {
    padding: 1rem;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.wrapper {
    width: fit-content;
}

h1 {
    font-weight: 300;
    font-size: 3rem;
}


p {
    font-size: 1.25rem;
}
