* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #0b0b09;
}

#logo-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.2;
}
#logo {
    max-width: 128px;
}

#root {
    color: #b4b3ad;
    padding: 2rem;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#root p { 
    padding: 2rem 0;
    max-width: 60%;
}

#btn-parent a{
    border: #b4b3ad solid 2px;
    padding: 0.25rem;
    display: flex;
    align-items: center;
    color: #b4b3ad;
    text-decoration: none;
    justify-content: space-between;
    width: 100%;
    border-radius: 4px;
    padding: 0.25rem 1rem;
}

#btn-parent {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}