* {
    box-sizing: border-box;
}

body {
    background: linear-gradient(rgba(82, 107, 124, 0.45), rgba(0, 31, 39, 0.45)), url('img/bg.webp') no-repeat left center/cover;
    color: rgb(248, 232, 4);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    font-family: 'Areal, Helvetica, sans-serif';
}

h1, h3 {
    margin-bottom: 0;
}

img {
    height: auto;
    width: 200px;
}

p {
    line-height: 1.5;
    margin: 0;
}

.play-again {
    padding: 8px 15px;
    border: 0;
    background: #83ddff;
    border-radius: 5px;
    margin-top: 10px;
}

.play-again:active {
    outline: none;
    transform: scale(0.9);
}

.msg {
    font-size: 1.5em;
    margin-top: 40px;
}

.box {
    border: 1px solid #dedede;
    display: inline-block;
    font-size: 30px;
    margin: 20px;
    padding: 10px;
}