body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #292b2c;
    color: #ffffff;
}
h1 {
    font-size: 4rem;
    font-weight: 700;
    font-display: swap;
}
a {
    color: #a357ff;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
#hash {
    margin-top: 20px;
    font-size: 1.5rem;
    word-break: break-all;
    width: 80%;
    text-align: center;
}
