body{
	display: flex;
	justify-content: center;
	align-items: center;
	
	background: linear-gradient(90deg, #5DC8CD, #006064, #1D7074) !important;
	color:white;
}

#trainer {
  padding: 30px 40px;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 100%;
  width: 100%;
  
}
input[type='number'] {
  width: 80px;
  padding: 5px;
  margin: 0 5px;
}
button {
  padding: 8px 18px;
  margin: 6px 4px;
  border: none;
  border-radius: 6px;
  background: #007bff;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
button:disabled {
  background: #ccc;
  cursor: default;
}
label {
  font-size: 14px;
}
#questionSection {
  margin-top: 20px;
}
#equation {
  font-size: 28px;
  font-weight: bold;
  
}
#answer {
  font-size: 28px;
  display: none;
  padding-left:5px;
}

.expression{
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

#header{
	display:none;
}

.settings{
	position:absolute;
    top: 10px;
    right: 7px;
} 	

.social-icons{
	display:none;
}