.homeBtn {
  width:200px;
  text-align:center;
}
.homeField {
  height:80px; 
}
.stroked {
  color: #ffffff;
  font-size:50px;
  -webkit-text-stroke: 1px #000000; 
}
button{
 background-color:#AD0B00; 
 color: white;
}
button:hover{
 background-color:#BE2625; 
  color: white;
}
.entry-title {
    display: none;
}
.divColor:hover{
 	background-color:red;
}
