html, body { margin: 0; padding: 0; } header { border-bottom: 1px solid #c8c8c8; height: 10vh; display: flex; flex-direction: column; align-items: center; justify-content: center; } header h1 { font-family: "Raleway", sans-serif; font-weight: bold; user-select: none; margin: 0; } header h2 { font-family: "Raleway", sans-serif; font-weight: bold; user-select: none; margin: 0; color: #48a6fd; margin-top: 0.5vh; cursor: pointer; } .app { display: flex; justify-content: space-around; margin-top: 2vh; } .app .column-2 { display: flex; flex-direction: column; justify-content: space-between; } .hangman { user-select: none; } .hangman img { width: 20vw; } .puzzleWord { font-family: "Rambla", sans-serif; font-weight: 400; font-size: 60pt; display: flex; align-items: center; max-width: 70vw; display: flex; flex-wrap: wrap; } .puzzleWord .letter { width: 3vw; height: 70pt; margin-left: 2vw; border-bottom: 3px solid #000; } .puzzleWord .counter { font-size: 40pt; font-family: Arial, Helvetica, sans-serif; margin-left: 3vw; } .current-score { display: flex; flex-direction: row-reverse; font-family: "Raleway", sans-serif; font-weight: bold; font-size: 18pt; color: #58ff6b; } .current-score .text { user-select: none; } /*# sourceMappingURL=index.css.map */