body {
    background-image: url("../img/screenshot_xpbank_cut.png");
    background-color: white;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.main {
    width: 1000px;
    height: 100%;
    min-height: 100vh;
    margin: auto;
    padding: 30px;
    /* border: 3px;
    border-style: groove;
    border-color: black; */
    border-radius: 20px;
    background-color: rgb(13, 50, 80);
}

header {
    width: 100%;
    height: 235px;;
    margin-bottom: 30px;
    text-align: center;
    background-image: url("../img/screenshot_spawn_banner.png");
    background-size: contain;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    border-radius: 10px;
}

.logo {
    width: 600px;
    position: relative;
    top: 30px;
}

h2.title {
    font-size: 55px;
    color: #c3b8b6;
    text-shadow: 6px 4px #282829, #000 0px 0px 16px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px;
}

.flex_box{
    display: flex;
    justify-content: space-between;
}

section.map_box {
    text-align: center;
    position: relative;
/*     margin: auto; */
    width: fit-content;
}

iframe.map {
    width: 700px;
    height: 500px;
    display: block;
    margin: auto;
    border-width: 0px;
    border-radius: 0px 0px 5px 5px;
}

#fullscreen {
    width: 64px;
    height: 64px;
    display: block;
    position: absolute;
    right: 16px;
    bottom: 16px;
}

iframe.discord {
    /* margin: auto; */
    display: flex;
    width: fit-content;
    height: 100%;
}

/* Um zwischen map_box und discord einen abstand zu generieren muss entw. die gesamte Seite verbreitert werden oder (sinnvoller) das map-iframe und namemc-iframe um bspw 15px verkleinern*/