@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&display=swap');
@import "fix-footer.css";

html, body{
	line-height: 1.5;
	font-family: 'Nunito Sans', sans-serif;
	background: #070B13;
}

button, input, textarea{
	font-family: 'Nunito Sans', sans-serif;
	background: transparent;
	border: none;
	width: 100%;
}

*{
	box-sizing: border-box;
	outline: none;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
}

button{
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 5px 20px;
	height: 45px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 5px;
}

button:disabled{
	cursor: default;
}

img {
	max-width: 100%;
	height: auto;
	align-self: center
}

img.align-self {
	align-self: center;
}

ul{
	list-style: none;
}
