* {
	font-family: sans-serif;
}

.button {
  background-color: #ff00f2;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.3EM;
}

#sticky {
	height: 256px;
	background-color: #b7b7b7;
	width: 37.6%;
}

body {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#capitalconverter {
	margin-top: 1%;
}

.stupidbox {
	border: 3px solid #ff00f2;
	padding: 3px 5px 3px 5px;
	width: auto;
	min-width: 30%;
	max-width: 50%;
	display: inline-block;
}
