a {
    color: dodgerblue;
}

a.button {
    border-radius: 100%;
    display: inline-block;
    margin: 0 .1rem;
    padding: 10px;
    text-decoration: none;
}

a.discord {
    background: #5865F2;
}

a.github {
    background: #181717;
}

a.steam {
    background: #1B2838;
}

a.twitch {
    background: #6441A4;
}

a.twitter {
    background: #1DA1F2;
}

div.background {
    background: #FFB9C6;
    background-image: url(background.jpg);
    background-size: cover;
    position: fixed;
    transform: scale(1.1); 

    height: 100%;
    width: 100%;

    left: 0;
    top: 0;
    z-index: -1;

    filter: blur(7px);
}

div.buttons {
    display: flex;
    justify-content: center;
    margin-bottom: .75rem;
    position: relative;
}

div.buttons-header {
    color: #3D3D3D;
    font-family: 'Staatliches', cursive;
    font-size: 1.1rem;
    margin-bottom: .5rem;
}

div.container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}

div.content {
    background: white;
    border: .5rem solid #FFB9C6;
    border-radius: 1.5rem;
    filter: drop-shadow(.69rem .69rem 2px rgba(0, 0, 0, .69));
    margin: 1rem 1.5rem;
    padding: 0 2.5rem;
    text-align: center;
}

div.credits {
    font-size: .69em;
    margin: 1.25rem 0;
}

div.credits > div {
    color: #3D3D3D;
    font-size: .9em;
    margin: .25rem 0;
}

div.profile {
    border-radius: 100%;
    content: url(profile.png);
    margin: -69px auto 0;
    
    height: 200px;
    width: 200px;
}

h1 {
    margin: .25rem 0;
}

h2 {
    color: #3D3D3D;
    margin: 0 0 1rem;
}

html, body {
    font-family: 'Comfortaa', cursive;
    height: 100%;
    margin: 0;
    padding: 0;
    user-select: none;
}

img.icon {
    filter: invert(1);
    pointer-events: none;
    vertical-align: middle;
    
    height: 1.5em;
    width: 1.5em;
}

p {
    color: gray;
    font-style: italic;
    margin: .5rem 0 2rem;
}

@media screen and (min-width: 800px) {
    body {
        font-size: larger;
    }
}
