/*:root {
  --bckColor: #feb236
  --accent: #d64161
  --front: #6b5b95
  --othColor: #ff7b25
 
}*/
:root {
  --bckColor: #d6d4e0;
  --accent:  #5b9aa0;
  --front: #622569;
  --othColor: #b8a9c9;
 
}
body {
	padding:20px;
	text-align:center;
	background:#ffd1e1;
	font-size:24px;
	margin:auto;
	font-family:verdana;
	}
h1 {
font-size:62px;
    color:black;}
.Quex {
	height:15%;
	font-size:24px;
	border: 2px magenta solid;
	padding:20px;
	margin:auto;
}
button {
	font-size:18px;
}
