body {
    background-color: #607274;
    background-image:  radial-gradient(#2C3930 2px, transparent 2px), radial-gradient(#2C3930 2px, #607274 2px);
    background-size: 80px 80px;
    background-position: 0 0,40px 40px;
    padding: 10px;
    font-family: 'Amaranth', sans-serif;
}

.container {
    margin: 2em auto;
    max-width: 70em;
    height: 800px;
    border: 5px;
    border-style: solid;
    border-radius: 20px;
    border-color: #A27B5C;
    background-color: #DFD0B8;
    background-size: 52px 52px;
    background-image:  repeating-linear-gradient(0deg, #EED2CC, #EED2CC 2.6px, #FDE5CD 2.6px, #FDE5CD);
    overflow: hidden;
}

.socials {
    color: #2C3930;
    text-align: center;
    font-size: 25px;
}

.txtbuttonstop {
    color: #2C3930;
    text-align: center;
    font-size: 25px;
    padding-top: 5px;
}

.txtbuttonsbottom {
    color: #2C3930;
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
}

.txt {
    color: #607274;
    text-align: center;
    font-size: 20px;
}

.txt2 {
    color: #2C3930;
    text-align: center;
    font-size: 30px;
}

.headertxt1 {
    color: #2C3930;
    text-align: center;
    font-size: 50px;
}

.sidebarheader {
    background-image: url(https://f2.toyhou.se/file/f2-toyhou-se/images/104834216_88WuCszsBGCvVW0.png);
    background-size: cover;
    background-position: 60%;
    flex: 1 1 9%;
    float: left;
    width: 40%;
    overflow: auto;
    background-color: #EEEEEE;
    height: 801px;
    color: #5A827E;
    text-align: center;
}

a {
    color: #2C3930;
}

.buttonstop {
    background-color: #C49D85;
    padding: 10px;
    border-radius: 10px;
}

.commsbuttons {
    background-color: #C49D85;
    padding: 10px;
    border-radius: 10px;
}