body {
    background-color: black;
    background-image: url(../pictures/51634409289_fec23f55c0_o.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    font-family: 'Courier New', Courier, monospace;
    color: white;
    text-shadow: 0px 0px 0 #000, 0px 0px 0 #000, 0px 0px 0 #000, 1px 1px 0 #000;

}

:any-link {
    text-decoration: none;
}

h1,
h2 {
    vertical-align: middle;
    text-align: center;
}

.container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

div.button {
    /* background-color: #4CAF50; */
    background-color: rgba(124, 174, 223, 0.7);
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 10px;
    margin: 20px;
    width: 120px;
    transition: all 0.2s ease;
    white-space: nowrap;
}

div.button:hover {
    background-color: rgba(124, 174, 223, 0.4);
    width: 140px;
}

div.button img {
    height: 50px;
}

a.logo {
    position: absolute; /* Position the logo absolutely */
    display: flex;
    top: 0;
    left: 0;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 1000;
}

a.logo img {
    width: 50px;
    height: 50px;
    transition: all 0.2s ease;
}

a.logo:hover img {
    filter: brightness(1.7) drop-shadow(0 0 5px #fff);
}

.dokuCont {
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: rgba(255, 255, 255, 0.4);
    font-weight: bold;
    text-shadow: 10px;
    border-radius: 10px;
    margin: 20px auto;
    padding: 10px;
    width: 80%;
}

.dokuCont img {
    border-radius: 20px;
}


.butIMG {
    height: 50px;
}

.dokuIMG {
    margin: 20px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

li {
    margin-top: 25px;
}
