body {
    background-color: rgb(0, 0, 0);
}

header {
    text-align: right;
    padding-right: 13px;
    padding-top: 2.2em;
}

#button_left {

    background-color: rgb(10, 2, 9);
    height: 33px;
    width: 33px;
    float: left;
    size: 20em;
    position: relative;
    right: -2em;
    font-size: 0.5em;
    font-family: Arial, sans-serif;
    color: rgb(240, 19, 221);
}

#ButtonText {
    float: left;
    font-size: 1.8em;
    font-family: Arial, sans-serif;
    color: rgb(240, 19, 221);
    position: relative;
    right: -1em;
}

.colorLink {
    color: rgb(138, 138, 138);
    margin-right: 43px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 0.9em
}

#keyPosition {
    position: relative; left: -58px;
    display: none;
    
}

#key {    
    font-size: 11vh;
    position: relative; left: -8px;              
    color: rgb(255, 153, 0);
    
    
    text-decoration: none;
    display: none;
    
}



#Bild {
    background-image: url("img/arts.png");
    background-color: rgb(10, 2, 9);
    background-position-x: calc(+80%);
    background-position-y: calc(+40%);
    background-size: 90%;
    height: 400px;
    width: 600px;
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
}

.main {
    /*color: #FFFFFF;/*Weiss*/
    color: #CCCCCC;
    /* Hellgrau */
    /*color: #FFC0CB;/* Rosa */
    /*color: rgb(187, 60, 187); /*Colore*/

    font-family: sans-serif;
    /*Schriftart*/
    font-weight: 100;
    /*Schriftdicke gehte nur bei bestimmten schriftartenS*/
    line-height: 200%;
    /*Abstand der zeilen*/

    display: flex;
    /*btc preis mittig*/
    text-align: center;
    /*dieser bock ist für mittiges zeugs. ich muss wissen was genau fü was!*/
    justify-content: center;
    /*dieser bock ist für mittiges zeugs. ich muss wissen was genau fü was!*/
    align-items: center;
    /*dieser bock ist für mittiges zeugs. ich muss wissen was genau fü was!*/
    flex-direction: row;
    /*dieser bock ist für mittiges zeugs. ich muss wissen was genau fü was!*/
    margin: auto;

    /*padding: 10px; /*Höhe*/
}

#main1 {
    position: absolute;
    top: 400px;
    left: 50%;
    transform: translateX(-50%);
}

#main2 {
    position: absolute;
    top: 420px;
    left: 50%;
    transform: translateX(-50%);
}

#main3 {
    position: absolute;
    top: 420px;
    left: 50%;
    transform: translateX(-50%);
}

#H1 {
    flex: 2;
    text-align: center;
}

#mainText {
    font-size: 15px;
    text-align: justify;
    height: 200px;
    width: 380px;
}

#mainText2 {
    font-size: 15px;
    text-align: justify;
    height: 200px;
    width: 1200px;
}

#mainText3 {
    font-size: 15px;
    text-align: justify;
    height: 200px;
    width: 1000px;
}

.btc-price {
    font-size: 15px;
    font-weight: bold;
    position: absolute;

    margin-top: 8px;
    color: rgb(240, 19, 221);
}


#guess {
    margin-top: -30%;
    color: aqua;
}

.guess {
    padding: 10px;
    font-size: 20px;
    border: 2px solid #020202;
    background-color: rgba(0, 255, 255, 0.664);
    border-radius: 5px;
    margin-right: 10px;
}

button.guess {
    padding: 10px 20px;
    font-size: 20px;
    border: none;
    border-radius: 5px;
    background-color: aqua;
    color: rgb(160, 160, 160);
    cursor: pointer;
}

#message {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    color: #ecf0f3;
}
