:root {
    --background:   #000000;
    --text-color: #ff8000;
    --border-light: #bbbbbb;
    --border-dark: #555555;
}

body {
    background-color: var(--background);
    background-image: url('../img/favico.svg');
    background-clip: content-box;
    background-size: 5rem;
    background-blend-mode: hard-light;
    background-repeat: repeat;
    color: var(--text-color);
    display: grid;

}

p, h1, h2, h3, h4, img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    text-align: center;
}

.bdb {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.special {
    margin-top: 10rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.memberlist {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10rem;
}

.memberframe {
    height: 250px;
    width: 250px;

    border-style: solid;
    border-radius: 1px;

    border-top-color: var(--border-light);
    border-top-width: 1px;

    border-left-color: var(--border-light);
    border-left-width: 1px;

    border-right-color: var(--border-dark);
    border-right-width: 3px;

    border-bottom-color: var(--border-dark);
    border-bottom-width: 3px;

    margin-top: 4rem;
    margin-bottom: 4rem;
}
.memberpicture {
    height: 150px;
    width: 150px;
}
