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

body { background: url(../img/wp.jpg) no-repeat; background-size: cover; color: white; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 100vh; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-family: DrawingGuides; }

p { font-size: 1.5em; }

#dash { margin-bottom: 20px; }

h1 { font-size: 8em; }

h2 { margin: 10px; }

.pendu { font-size: 4em; color: white; }

.word-div { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.flex-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.item { width: 40px; margin: 5px; font-size: 23px; }

.bad { font-size: 2em; color: red; }

.dash { border-top: 2px solid white; }

button { height: 50px; color: #16232e; width: 150px; font-size: 20px; border: 1px solid #16232e; margin-bottom: 30px; cursor: pointer; }

button:hover { border: 1px solid white; color: white; background-color: #00000000; }
/*# sourceMappingURL=style.css.map */