* {
    font-size: 2rem;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5% !important;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif !important;
}

a {
	font-weight: 500;
	color: #646cff;
	text-decoration: inherit;
}

a:hover {
	color: #535bf2;
}

p {
	font-size: 2rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.3;
	font-family: 'Work Sans';
}

h1 {
	font-size: 5rem;
}

h2 {
	font-size: 4.5rem;
}

h3 {
	font-size: 4rem;
}

h4 {
	font-size: 3.5rem;
}

h5 {
	font-size: 3rem;
}

h6 {
	font-size: 2.5rem;
}

button {
	border-radius: 8px;
	border: 1px solid transparent;
	padding: 0.6em 1.2em;
	font-size: 1em;
	font-weight: 500;
	font-family: inherit;
	background-color: #1a1a1a;
	cursor: pointer;
	transition: border-color 0.25s;
}
button:hover {
	border-color: #646cff;
}
button:focus,
button:focus-visible {
	outline: 4px auto -webkit-focus-ring-color;
}

.long-btn {
	min-width: 98%;
	width: 98%;
	max-width: 98%;
	margin-left: 1%;
}

.card {
	padding: 2em;
}

@media (prefers-color-scheme: light) {
	:root {
		color: #213547;
		background-color: #ffffff;
	}
	a:hover {
		color: #747bff;
	}
	button {
		background-color: #f9f9f9;
	}
}