/* Box Model Hack */
* {
  box-sizing: border-box;
}

/* Clear fix hack */
.clearfix:after {
     content: ".";
     display: block;
     clear: both;
     visibility: hidden;
     line-height: 0;
     height: 0;
}

.clear {
	clear: both;
  
}

.title {
  margin-top: 50px;
  width: 20%;
  height: 60px;
  color: #B20D24;
  font-size: 38px;

}

img {
  width: 200px;
  height: 150px;
  float: left;
  margin-left: 150px;
}

.images {
  width: 80%;
  margin: auto;
  margin-top: 20px;
  

}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: plum;
  text-align: center;
  height: 898px;
}

div {
  width: 90%;
  height: 600px;
  margin-top: 40px;
}

label {
  font-size: 24px;
}

#bet-select {
  width: 5%;
  height: 30px;
  background-color: #EFEFEF;
  font-size: 24px;
}


button {
  margin-top: 20px;
  width: 8%;
  height: 45px;
  font-size: 30px;
  border: 0px;
}

.images {
  display: flex;
  flex-direction: row;
}



























/* Tablet size */
@media (min-width:601px) and (max-width: 800px) {

}




 /* Mobile size  */
@media only screen and (max-width: 600px) {

}

