@font-face {
    font-family: 'humnst777';
    src: url('font-webfont.woff') format('woff');         
    font-weight: normal;
    font-style: normal;
}

.container{
    width: 100%;
    margin: auto;
}




.quiz{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px 0px;
    height: 100%;
    position: relative;
    max-width: 600px;
    width: 100%;
    border-radius: 4px;
    margin: 40px auto;
    padding-bottom: 10px;
}

img{
    width: 100%;
    border-radius: 4px 4px 0px 0px;
    z-index: 1;
}

.card{
    width: 85%;
    border-radius: 4px 4px 0px 0px;
    margin: auto;
    position: relative;
    z-index: 2;
    background: white;
    padding: 10px 20px;
    margin-top: -30px;
}

.card p{
    margin: 10px auto 32px auto;
    font-family: Arial, Helvetica, sans-serif;
    color: #6f7684
}

.card h2{
    font-size: 35px;
    font-family: 'humnst777';
    font-weight: normal;
    margin: 0px;
    letter-spacing: 0.5px;
    /* transform: scale(1, .9); */
    text-transform: uppercase;
}

/* .parts{
    display: grid;
    grid-template-columns: 100px 1fr;
} */

.parts p{
    margin-right: 4px;;
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000;
}

.parts a{
    line-height: 17px;
    display: inline-block;
    margin: 2px;
    padding: 5px 20px;
    border: 2px rgb(204, 210, 218) solid;
    border-radius: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #555;
    text-decoration: none;
}

.parts a:first-of-type{
    margin-left: 0px;
}

.parts a:hover{
    background:#eee;
}

.more{
    text-align: center;
    padding-top: 10px;
    font-size: 15px !important;
}

@media (max-width: 600px) {
    .quiz{
        max-width: 100%;
    }

    .card h2{
        font-size: 35px;
    }

}

@media (max-width: 475px) {
    .card h2{
        font-size: 28px;
    }

    .card p{
        margin-bottom: 30px;
        line-height:1.4rem;
    }

    .parts{
        font-size: .8rem;
    }
}
