* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Open Sans", sans-serif;
	overflow-y: scroll;
	width: 375px;
	background-color: #252734;
}

h1 {
	font-weight: 700;
	font-size: 24px;
	color: #e7dfcf;
	letter-spacing: 0;
	margin-top: 16px;
	/* margin-left: 16px; */
}
p {
	font-weight: 400;
	font-size: 16px;
	color: #e7dfcf;
	letter-spacing: 0;
	margin-top: 2px;
	/* margin-left: 16px; */
}

.divider {
	background: #333646;
	height: 1px;
	margin-top: 8px;
}

.section-title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 16px;
}

h5 {
	font-weight: 400;
	font-size: 12px;
	color: #86878e;
	letter-spacing: 0;
}

h2 {
	font-weight: 700;
	font-size: 16px;
	color: #e7dfcf;
	letter-spacing: 0;
	margin-left: 16px;
}

.field {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 16px;
	align-items: center;
}

input {
	background: #333646;
	border: 1px solid #424556;
	border-radius: 4px;
	height: 40px;
	width: 120px;
}

.submit {
	font-weight: 700;
	color: #ffffff;
	font-size: 12px;
	padding: 14px 46px;
	background: #e87455;
	border-radius: 4px;
	border-style: none;
}

.header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 16px;
	align-items: center;
}

.refresh {
	display: none;
	background-color: none;
	border: none;
	color: none;
	align-self: center;
}

button {
	background-color: #252734;
	border: none;
	color: none;
	padding: none;
}

h4 {
	font-size: 24px;
	color: #e87455;
	letter-spacing: 0;
	text-align: right;
}

/* prevents from zooming on iOS devices */

input[type="text"],
input[type="number"],
textarea {
	font-size: 16px;
	color: #e7dfcf;
	text-align: center;
	letter-spacing: 0;
	font-weight: 700;
}
