body {
    background-image: url("../images/hangman/corba/background2.png");
    background-size: 100%;
}

h1 {
    font-family: myFont;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    top: 20px;
    text-align: center;
    padding: 0px;
    color: #fff;
    background-color: #696969;
    text-shadow: #ccc 0 1px 0,
    #c9c9c9 0 2px 0,
    #bbb 0 3px 0,
    #b9b9b9 0 4px 0,
    #aaa 0 5px 0,
    rgba(0, 0, 0, .1) 0 6px 1px,
    rgba(0, 0, 0, .1) 0 0 5px,
    rgba(0, 0, 0, .3) 0 1px 3px,
    rgba(0, 0, 0, .15) 0 3px 5px,
    rgba(0, 0, 0, .2) 0 5px 10px,
    rgba(0, 0, 0, .2) 0 10px 10px,
    rgba(0, 0, 0, .1) 0 20px 20px;
}

table {
    border-collapse: separate;
    border-bottom: 1px solid #ddd;
}

tr {
    padding: 10px;
    align-content: center;
    text-align: center;
}

@font-face {
    font-family: myFont;
    src: url("../fonts/HURTM__.ttf");
}

#gallery {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.secret {
    height: 100px;
    width: 100px;
    display: inline-block;
    margin: 5px 20px;
    padding: 5px;
}

.letters {
    height: 40px;
    width: 40px;
    display: inline-block;
}

.hangman {
    height: 200px;
    width: 200px;
    float: left;
    margin-left: 30%;

}

.container {
    text-align: center;
}

#pop {
    width: 600px;
    height: 550px;
    background: rgba(0,0,0,0.8);
    border-color: white;
    border-radius: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    color: white;
}

#close {
    margin-bottom: 1%;
    bottom: 5px;
    text-align: center;
}

h2 {
    text-shadow: 0 1px 0 #ccc,
    0 2px 0 #c9c9c9,
    0 3px 0 #bbb,
    0 4px 0 #b9b9b9,
    0 5px 0 #aaa,
    0 6px 1px rgba(0, 0, 0, .1),
    0 0 5px rgba(0, 0, 0, .1),
    0 1px 3px rgba(0, 0, 0, .3),
    0 3px 5px rgba(0, 0, 0, .2),
    0 5px 10px rgba(0, 0, 0, .25),
    0 10px 10px rgba(0, 0, 0, .2),
    0 20px 20px rgba(0, 0, 0, .15);
    font-size: 150px;
    font-weight: bold;
    position: relative;
    top: 2px;
    text-align: center;
}