body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    background-color: rgb(14,14,14);
    color: white;
}

p {
    margin-top: 0;
}

.intro {
    display: block;
    text-align: center;
    transform: translateY(35vh);
}
  

a.social-link {
    text-decoration: none;
    margin: 0.5vw;
    transition: ease-in-out 0.3s;
    opacity: 80%;
}

a.social-link:hover {
    opacity: 100%;
}

.fancyname {
    font-size: 26px;
    font-weight: bold;
    font-style: italic;
    margin: 0;
    background: radial-gradient(circle at 0% 100%, #FFA007, #BEEB04 80%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    pointer-events: none;
}

.words {
    pointer-events: none;
}

input {
    background-color: #141414;
    border-width: 1px;
    border-color: white;
    color: white;
    font-family: monospace;
    font-weight: 800;
    font-size: 16px;
}

button {
    background-color: black;
    color: white;
    border-color: white;
    min-width: 35px;
    min-height: 35px;
}
