body {
    background-color: lightblue;

    border-style: groove;
    border-width: 20px;
    border-color: rgb(43, 112, 135);

    margin: 0px;
}

h1 {
    text-align: center;
    background-color: rgb(78, 165, 195);
    font-size: 80;
    font-weight: bold;

    color: black;

    margin-bottom: 40px;
}

h3 {
    text-align: center;
    font-size: 45;
}

a {
    
    color: black;
    width: auto;
}

.btn_main {
    margin: auto;
    display: block;
    margin-bottom: 50px;

    font-size: 45;
    border-style: ridge;
    border-radius: 10px;
    background-color: aliceblue;
    text-decoration-line: none;

    width: 50%;
    min-width: 320px;

    color: black;
}

.btn_main:hover {
    background-color: antiquewhite;
}

.h_regeln {
    text-align: center;
    margin: auto;
    margin-top: 50px;

    font-size: 35;
    color: black;
}

.h4_regeln {
    padding-left: 40px;
    font-size: 30;
}

.p_regeln {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20;
}

.p_regeln_c {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20;
}

.img_regeln {
    width: 50px;
    height: 50px;
    padding-left: 40px;
}

.startseite {
    margin: auto;
    display: block;
    text-align: center;
    font-size: 25;
    border-style: ridge;
    border-radius: 10px;
    background-color: aliceblue;
    float: none;

    max-width: 90%;

    color: black;
    text-decoration-line: none;
}

.startseite:hover {
    background-color: antiquewhite;
}

.gruß {
    padding-top: 40px;
    padding-left: 40px;

    font-size: 24;
}

.btn_board {
    text-align: center;
    font-size: 25;
    margin: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;

    width: 140px;
    padding: 10px;

    color: black;

    border-style: solid;
    border-color: black;
    border-width: 5px;
}

.btn_aufgeben {
    text-align: center;
    margin: auto;
    display: none;

    font-size: 20;
    color: black;

    width: 100px;

    border-style: solid;
    border-width: 2px;
    border-color: black;

    background-color: grey;
}

.btn_aufgeben:hover {
    background-color: darkgrey;
}

.btn_aufgeben:active {
    background-color: grey;
}

#aufgeben_best {
    display: none;
    text-align: center;
    margin: auto;

    font-size: 20;
    color: red;
}

#wrapper_boards {
    margin: auto;
    text-align: center;

    margin-bottom: 40px;
}

#aufstellung_text {
    text-align: center;
    margin: auto;
    margin-bottom: 15px;

    font-size: 28;
}

#abbrechen {
    margin: auto;
    display: block;

    margin-top: 40px;

    color: black;

    font-size: 30;
    border-style: ridge;
    border-radius: 8px;
    background-color: aliceblue;
}

#abbrechen:hover {
    background-color: antiquewhite;
}

#beitreten {
    margin: auto;
    display: block;
    margin-bottom: 60px;

    color: black;

    font-size: 30;
    border-style: ridge;
    border-radius: 8px;
    background-color: aliceblue;
}

#beitreten:hover {
    background-color: antiquewhite;
}

#lb_code {
    text-align: center;
    margin: auto;
    display: block;

    font-size: 30;
}

#ip_code {
    text-align: center;
    margin: auto;
    display: block;
    margin-bottom: 40px;

    max-width: 90%;

    font-size: 30;
}

#container {
    margin: auto;
    position: relative;

    border-style: groove;
    border-width: 20px;
    border-color: grey;

    width: 500px;
    height: 400px;
}

#wrapper_buttons {
    margin: auto;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;

    background-color: lightblue;

    width: 500px;
    height: 110px;
}

#btn_send {
    display: inline;
    width: 180px;
    height: 50px;
    float: left;
    margin-left: 20px;

    color: black;
    background-color: grey;
    border-style: groove;
    border-width: 5px;
    border-color: grey;
}

#btn_send:hover {
    background-color: darkgrey;
}

#btn_send:active {
    background-color: grey;
}

#btn_reset {
    display: inline;
    width: 180px;
    height: 50px;
    margin: auto;
    float: right;
    margin-right: 20px;

    color: black;
    background-color: grey;
    border-style: groove;
    border-width: 5px;
    border-color: grey;
}

#btn_reset:hover {
    background-color: darkgrey;
}

#btn_reset:active {
    background-color: grey;
}

#btn_verlassen {
    display: none;
    width: 180px;
    height: 50px;

    color: black;
    background-color: grey;
    border-style: groove;
    border-width: 5px;
    border-color: grey;
}

#btn_verlassen:hover {
    background-color: darkgrey;
}

#btn_verlassen:active {
    background-color: grey;
}

#btn_aufgeben {
    display: inline;
    width: 180px;
    height: 50px;
    margin-top: 10px;

    color: black;
    background-color: grey;
    border-style: groove;
    border-width: 5px;
    border-color: grey;
}

#btn_aufgeben:hover {
    background-color: darkgrey;
}

#btn_aufgeben:active {
    background-color: grey;
}

#l_verlassen {
    display: none;
}

#anzeige {
    text-align: center;
    font-size: 50;
    font-weight: bold;
    border-width: 4px;

    margin: auto;
    margin-bottom: 20px;
}

#status {
    text-align: center;
    font-size: 50;
    font-weight: bold;
    border-style: none;

    margin: auto;
}

#anz_code {
    text-align: center;
    font-size: 50;
    font-weight: bold;
    border-style: solid;
    border-width: 4px;

    margin: auto;
}

#img_spielfeld {
    width: 500px;
    height: 400px;
}

#startseite {
    margin: auto;
    display: block;
    text-align: center;
    font-size: 35;
    border-style: ridge;
    border-radius: 10px;
    background-color: aliceblue;

    max-width: 90%;

    color: black;
}

#hinweis_cookies {
    text-align: center;
    margin: auto;
    margin-bottom: 50px;

    font: 25;
    max-width: 90%;
}