body {
    font-family: "Steel Tongs", Arial, sans-serif;
    font-size: 16px;
    background-color: #37095D;
    color: white;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: "Press Start 2P", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    max-width: 50rem;
    line-height: 1.6;
    text-align: center;
}

p {
    font-family: "Press Start 2P", system-ui;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 1rem;
}

a {
    color: white;
}

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

.main img {
    height: 384px;
}