* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    height: 100vh;
    background-color: #A0BCC2;
    font-family: 'Josefin Sans', sans-serif;
}

.col {
    height: 125px;
    width: fit-content;
}

.play-section {
    position: absolute;
    z-index: 99999;
    bottom: 150px;
    transition: opacity 0.5s ease;
}

.container {
    pointer-events: none;
    transition: opacity 0.5s ease 0.5s;
}

.play-btn {
    /* position: absolute; */
    color: #A0BCC2;
    width: 290px;
    /* left: 105px; */
}

@media (max-width: 600px) {
    img {
        height: 80px !important;
        width: 80px !important;
        /* padding-right: 10px; */
    }

    .row {
        padding-top: 130px !important;
        padding-bottom: 55px;
    }
}

div.fadeOut {
    opacity: 0;
    pointer-events: none;
}

div.fadeIn {
    opacity: 1;
    pointer-events: all;
}

img {
    height: 125px;
    width: 125px;
}

.text-center {
    padding: 10px 0;
}

.row {
    padding-top: 55px;
    padding-bottom: 55px;
}

.col-lg-2 {
    padding: 0;
}

.checked {
    background-color: blue;
}

.blank {
    background-color: #cfe8df;
    content: url(images/question.png);
    cursor: pointer;
}

.img {
    pointer-events: none;
}