*{
    box-sizing: border-box;
}

body{
    background: #2f3542 url(https://media1.giphy.com/media/VXhUTVzvNmlRm/giphy.gif) no-repeat left center/cover;
    color: #fff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    font-family: 'VT323', monospace;
    font-size: 30px;
}


h1, h2{
    margin-bottom: 0;
}

p{
    line-height: 1.5;
    margin: 0;
}

.play-again{
    padding: 8px 15px;
    border: 0;
    background: #f4f4f4;
    border-radius: 5px;
    margin-top: 10px;
}

.msg{
    font-size: 1.5em;
    margin-top: 40px;
}

.box{
    border: 1px solid #dedede;
    display: inline-block;
    font-size: 30px;
    margin: 20px;
    padding: 10px;
}