* {
	font-family: 'Oxanium', sans-serif;
	box-sizing: border-box;
}

input {
	padding: 0.5rem 1rem;
}

input[type='text'],
input[type='email'] {
	border: none;
	border-bottom: 1px solid gray;
}
