* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    padding: 16px;
    gap: 32px;
}

h1 {
    color: #343434;
    font-size: 2rem;
    font-family: "Poppins", sans-serif;
    text-align: center;
    line-height: 1.3;
    font-weight: 600;
}

img {
    width: 207px;
}