* {
    font-family: 'Verdana', 'Geneva', Arial, 'Helvetica', sans-serif;
}

html {
    height: 100%;
    background-image: url(halloween_2019_by_unidcolor.jpg);
    background-repeat:no-repeat;
    background-position: center top;
    background-size:cover;
    background-attachment: fixed;
}

body {
    margin: 0;
    padding: 0;
}

.texteuh {
    /* background: #161f27; */
    background: rgba(22, 31, 39, 0.8);
    color: #ffbe85;
    padding: 10px;
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20vh;
    border-radius: 4px;
}

.choix {
    margin-left: auto;
    margin-right: auto;
    width: 50vw;
    height: 150px;
}

.box {
    background: rgba(22, 31, 39, 0.8);
    color: #ffbe85;
    border-radius: 4px;
    margin-left: 20px;
    padding: 5px 10px 5px 10px;
    border: 1px solid #ffbe8570;
    margin-top: 10px;
    display: inline-block;
}

.box:hover {
    /* background: #ffbe8570; */
    background: rgba(255, 190, 133, 0.7);
    transition: 600ms;
    cursor: pointer;
    color: #fff;
}

a:link, a:visited, a:active {
    text-decoration: none;
    color: #ffbe85;
    font-weight: bold;
}

.texteuh a:hover {
    text-shadow: 0 0 5px #ffbe85;
}

.texteuh img {
    padding: 5px 10px 0px 10px;
    height: 100px;
}

.treasure {
    text-align: center;
}

.treasure span {
    display: inline-block;
    vertical-align: middle;
}

.treasure img {
    height: 50px;
    vertical-align: middle;
    padding: 5px 10px 0px 10px;
}

#copyrightback {
    position: absolute;
    height: 15px;
    padding: 10px;
    bottom: 0px;
    left: 0px;
}

#copyrightback a:link, #copyrightback a:visited, #copyrightback a:active {
    font-size: 10px;
    font-weight: normal;
    text-shadow: 0 0 5px #ffbe85;
}