body, html {
    background-color: transparent;
    color: #e9e5eb;
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#vanta {
    z-index: -1;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

main {
    position: relative;
    opacity: 0;
    filter: blur(10px);
    transition: opacity 2s ease-in-out;
}

header {
    margin-top: 1em;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

header > img {
    width: 300px;
    margin-bottom: 1em;
}

header > h1 {
    display: inline-block;
    font-size: 0.8em;
    font-weight: 600;
    border-radius: 1em;
    background-color: #ff99334d;
    padding: 0 1em ;
    box-shadow: #0f0c11 0px 2px 3px 3px;
    
}

header > h1 > a {
    color: #e8e4ea;
}

ul {
    max-width: 700px;
    box-sizing: border-box;
    list-style: none;
    margin: 0 auto;
    padding: 2em;
}

ul > li {
    background-color: #6c3f994d;
    border-radius: 10em;
    padding: .5em;
    margin: 1.4em 0;
    box-shadow: #0f0c11 0px 2px 3px 3px;
}

ul > li > a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
}


a {
    color: #e8e4ea;
    text-decoration: none;
}

p {
    display: flex;
    justify-content: center;
    font-size: em;
}

p > a {
    background-color: rgb(233, 229, 235, 0.1);
    border-radius: 10em;
    padding: .5em;
    margin: 1.4em 0;
}
