body {
    margin: 0;
    padding: 0;
    background-color: #060708;
    color: #fff;
    font-family: 'Courier New', Courier, monospace;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

hr {
    margin-bottom: 20px;
}

a {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
    text-decoration: none;
}

.button {
    line-height: 3;
    color: #fff;
    background-color: #10121429;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 1em;
    border: 1px solid #ffffff0f;
    border-radius: 100px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.button:hover {
    background-color: #33363a;
    border-color: #cfcfcf;
    transform: translateY(-5px);
}

.container {
    text-align: center;
}

h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

p {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.pfp{
    width: 300px;
    height: 300px;
    border: 1px solid #ffffff54;
    border-radius: 9999999px;
}
