body{
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	background-color: #F7DBA7;
	color: white;
	box-sizing: border-box;
	font-size: 18px;
	position: relative;
	height: 100vh;
	width: 100vw;
	font-size: 20px;
	color: #a76238;
}
#text{
	text-align: center;
	color: #e84b39;
	font-weight: normal;
}
#steem{
	font-size: 36px;
	text-decoration: none;
}
#logo{
	max-width: 273px;
}
.everything{
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
}
a{
	color: inherit;
	text-align: center;
	display: block;
}
input{

	margin-bottom: 0px;
	border: none;
	display: block;
	font-size: 24px;
	background-color: #F7DBA7;
	border-bottom: 1px solid #a76238;
	padding: 7px 0;
	margin-bottom: 10px;
	color: #a76238;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}
input:focus{
	outline: none;
}
/*/////////////////////////////////*/
button {
	cursor: pointer;
	border: 0;
	border-radius: 4px;
	font-weight: 600;
	margin: 0 35px;
	width: 200px;
	padding: 10px 0;
	box-shadow: 0 0 20px rgba(104, 85, 224, 0.2);
	transition: 0.4s;
}
.btn {
	color: white;
	background-color: #d79269;
}
