* {
    box-sizing: border-box;
}

.background-image {
    background-image: url('../images/marvel_character_group-crop.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    z-index: 0;
    width:100%;
}

html {
   background: rgb(182, 49, 49);
   color: #CACCCC;
}

.container {
    padding-top:1vh;
}

.marvel, .characters {
    font-family: 'Bebas Neue', cursive;
    text-shadow: -3px 2px 1px #757676 ;
    position: relative;
    text-transform: uppercase;
    letter-spacing: -0.3rem;
    margin: 0rem 0.5rem 2rem 0.5rem;
    display: inline-block;
    line-height: 6rem;
    font-size:8rem;
    font-size: 8vw;
    max-width:40%;
    max-height: 50%;
    color:white;
}

.marvel {
    line-height: 8rem;
    padding: 1rem 1rem 0rem 1rem;
}

.characters {
    letter-spacing: -0.1rem;
    border-top: solid 0.3rem;
    border-bottom: solid 0.3rem;
    padding:1rem 0.3rem 0.3rem 0rem;
    transform: scale(1,1.1);
}

 label {
    font-size: 1.25rem;
 }

 #resultcard {
    position: relative;
    color: #CACCCC;
    background-color:  rgba(0, 0, 0, 0.8);
    margin: 0 20%;
 }

 #thumbnail {
    width: 40%;
 }

.logo-container {
    padding: 2vh 0vw 0vh 0vw;
    margin: 0 15%;
    /* width:50%; */
    /* background-color: rgba(0, 0, 0, 0.8); */
    text-align: center;
}

#logo-img {
    width:100%;
}

input {
    background-color: rgba(0, 0, 0, 0.6) !important;
    min-width:50% !important;
}

@media (max-device-width: 720px){
    .marvel, .characters {
        font-size: 6rem !important;
    }
}

@media (max-device-width: 640px){
    .marvel, .characters {
        font-size: 4rem !important;
    }
}

@media (max-device-width: 320px){
    .marvel, .characters {
        font-size: 2rem !important;
    }
}