.bg-black {
    background-color: black;
}

.bg-custom {
    background-color: rgb(1, 133, 104);
}

body {
    font-family: 'Josefin Sans', sans-serif;
}

footer {
    height: 30%;
}

img {
    height: 300px;
}

@media screen and (min-width: 800px) {
    .img-custom {
        max-height: 100px;
        width: 100%
    }
}

.hintImg {
    height: 300px;
    width: 200px;
}

@media screen and (max-width: 450px) {
    .hintImg {
        height: 260px;
        width: 180px;
    }
}

.restartButton {
    background-color: rgb(112, 112, 112);
    border: solid 1px black;
    color: rgb(0, 0, 0);
    width: 100px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
}

button:hover {
    font-weight: bold;
}

.ans:hover {
    font-weight: bold;
    background-color: grey;
}