/* CSS Document */

html, body {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
body {
	display: flex;
	flex-direction: column;
	background-image: -webkit-linear-gradient(270deg,rgba(235,208,185,0.50) 0%,rgba(71,52,41,0.50) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(235,208,185,0.50) 0%,rgba(71,52,41,0.50) 100%);
	background-image: -o-linear-gradient(270deg,rgba(235,208,185,0.50) 0%,rgba(71,52,41,0.50) 100%);
	background-image: linear-gradient(180deg,rgba(235,208,185,0.50) 0%,rgba(71,52,41,0.50) 100%);
}