.target-zone {
    margin-bottom: 50px;
}
.answer h2 {
    font-size: 3em;
}
.word {
    font-size: 3em;
}
.target-field {
    border: 0;
    border-bottom: 3px solid #000;
}
.game {
    width: 100%;
}
.dropzone {
  width:80%;
  height:150px;
  /*background-color:#111;*/
  position:relative;
  text-align:center;
  line-height:40px;
  margin:20px auto;
  /*border: 1px solid #555;*/
  z-index: -1;
}
.droptarget {
	position: absolute;
	height: 205px;
	width: 205px;
}
.droptargetcenter {
	position: absolute;
	height: 75px;
	width: 205px;
	text-align:center;
}
.dropzonewords {
    width: 100%;
    height: 200px;
    margin: 0 auto;
}
.dropzoneword-container {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;

}
.dropzoneword {
    border: 2px dashed #FFF;
    margin-right: 30px;
    margin-bottom: 10px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    font-size: 36px;  
    color: #fff;
    font-weight: bold; 
    letter-spacing: 2px;    
}
.dropzoneword :last-of-type {
    margin-right: 0px;
}