body{
    margin: 0 auto;
    padding: 0px;
    background-color: transparent;
    max-width: 1024px;
    font-family: 'Bangers', cursive;
    font-size: 40px;
    color: white;
}

html { 
    background: url("../images/CRBackground.png") no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  
.text-muted{
    font-size: 12px;
    width: 250px;
    padding: 3px 10px;
}

.myButton{
    border-radius: 3px;
    border: none;
    padding: 2px 20px;
    font-size: 16px;
}

hr{
    width: 100%;
}

h1{
    margin-bottom: 20px;    
}

.textBacking{
    margin-top: 50px;
    /* border-radius: 10px; */
    width: 100%;
    text-align: center;
}

currentDeck{
    max-width: 50%;

}

#currentDeck img{
    height: 250px;
}

.logo{
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    display: block;
    height: 200px;
}

.input-holder{
    max-width: 1024px;;
    float: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.input-holder input{
    border-radius: 10px;
    font-family: 'Bangers', cursive;
    font-size: 32px;
    width: 78%;
}

.row{
    margin-top: 50px;
}

#nexts{
    margin-top: 50px;
    margin-bottom: -25px;
}

.nextImages img{
    height: 78px;
    margin-bottom: 100px;
}