@font-face {
    font-family: Minecraft;
    src: url(/Minecraft.ttf);
}

body {
    background-image: url(/background.png);
    color: #1c1c1c;
    font-family: Minecraft;
    font-size: 20px;
    image-rendering: pixelated;
    
}

body a {
    color: #ff4a8f;
}

body b {
    color: #e37ba3;
}

body strong {
    color: #e37ba3;
}

body em {
    color: #ba97a4;
}

.navcontainer {
    width: 1000px;
    height: 35px;
    margin: auto;
    overflow: hidden;
}

.navbutton {
    height: 20px;
    width: 140px;
    background-color: #ff5797;
    border-radius: 5px;
    border: 2px solid #ffebf5;
    padding-top: 5px;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}

.navbutton a {
    color: #fff;
    text-decoration: none;
}

.header {
    margin: auto;
    width: 1000px;
    height: 300px;
    border: 2px solid #ff5797;
    border-radius: 20px;
    background-image: url(/header.png);
    margin-top: 5px;
    margin-bottom: 5px;
}

.content {
    margin: auto;
    width: 995px;
    height: 500px;
    padding: 5px 5px;
    background-color: #fff7fa;
    border: 2px solid #ff5797;
    border-radius: 20px;
    margin-top: 5px;
    overflow: scroll;
    
}

.content2 {
    margin: auto;
    width: 995px;
    height: 500px;
    padding: 5px 5px;
    background-color: #fff7fa;
    border: 2px solid #ff5797;
    border-radius: 20px;
    margin-top: 5px;
    overflow: scroll;
    
}

.contentbox {
    height: 250px;
    width: 295px;
    border: 2px solid #a15471;
    padding: 3px 3px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 10px;
    overflow: scroll;
    display: inline-block;
}