@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

*  {
  font-family: 'Poppins', sans-serif;
}

body {
  background: linear-gradient(#FED151,#DE981F);
}

div {
    float:left;
	height:245px;
	text-align:left;
	border: solid #000 3px;
	}

#header{
    width:100%;
  	border:0px;
  	height:50px;
    padding-bottom: 20px;
	}

#main{
    background-color:#faf0e6;
	  height:400px;
	}

.guess_box{
    height:245px;
	}

.my_hover{
    border: solid #00f 3px;
	}

span, p {
  font-size: 26px;
  font-weight: 400;
}
