#infoButton{
 color:white;
 border-color:white;
 font-size:1.1rem;
 padding: 0.2rem 0.75rem;
 background-color: transparent;
 float: right;
}

header h1{
    color: white;
    font-family: Arial, sans-serif;
    font-size:1.6rem;
    font-weight:bold;
    margin: 0.75rem 0.2rem 0.2rem 0.2rem;
}

.draggable{
    background-color: #006600;
    border: 2px solid #33dd00;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 1.4rem;
    line-height:normal;
    display:inline-block;
    margin: .2rem 0;
    padding: 0.5rem;
    cursor: pointer;
    text-decoration:none;
    list-style: none;
    min-height: 45px;
    max-width: 600px;
}

.dropZone{
    border: 1px solid;
    /*margin:1rem;*/
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
    font-size: 1.5rem;
    color:white;
    text-align:center;
    background-color:darkseagreen;
   /*width:30%;*/
    max-width:600px;
    height:80%;
    min-height: 450px;
}


#checkCorrect{
    color: #006400;
    font-size:1.5rem;
    line-height:1.7rem;
    margin:.5rem;
    padding: .5rem 1rem;
    min-height: 30px;
}

.row{
 margin: 0 auto;
}

ul{
 margin: 0 auto; 
 padding-left: 0;
}

@media (min-width: 1300px) {
    .dropZone{
    /*max-width:400px;*/
    height:80%;
    min-height: 350px;
}
}

@media (min-width: 1800px) {
    .draggable{
    font-size: 1.8rem;
    min-height: 50px;
    max-width: 1000px;
}

.dropZone{
    font-size: 1.8rem;
    width:30%;
    margin:1rem;
    max-width:600px;
    height:80%;
    min-height: 450px;
}

#checkCorrect{
    color: #006400;
    font-size:1.5rem;
    margin:.5rem;
    padding: .5rem 1rem;
    min-height: 30px;
}
}