body {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    text-align: center;
}

* {
    font-family: "Geist", sans-serif;
    color: white;
    margin: 0;
    padding: 0;
}

h1 {
    font-weight: 800;
    font-size: 5rem;
}

h2 {
    font-size: 1rem;
    font-weight: 400;
    color: #ffffffdd;
}

.ily_container {
    display: flex;
    flex-direction: column;
    width: 15rem;
    gap: 0.25rem;
    align-items: center;
    padding: 1.5rem;
    border-radius: 1rem;
    border: solid 1px #ffffff55;
}

.button {
    margin-top: 1.5rem;
    background-color: white;
    color: black;
    font-weight: 500;
    padding: 0.6rem;
    border-radius: 0.5rem;
}

red {
    color: #ff6961;
}