@charset "UTF-8";

body {
	min-height: 100vh;
	max-height: 100vh;
	min-width: 100vw;
	max-width: 100vw;
	height: 100;
	width: 100;
	margin: 0;
	padding: 0;
	background: no-repeat;
	background-size: cover;
	background-image: url(https://anatomy.fromreykjavik.co/background.svg);
}

h6 {
	font-family: 'neue-haas-grotesk-display', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #121213;
}

h4 {
	font-family: 'neue-haas-grotesk-display', sans-serif;
	font-weight: 600;
	font-size: 21px;
	color: #121213;
}

input {
	/* margin-top: 25px; */
	/* margin-left: 25px; */
	font-family:"myriad-variable";
	font-weight: 500;
	font-size: 12px;
	font-style: normal;
	background-color: #ffffff;
	border-color: #b7b7b7;
	height: 25px;
	width: 146px;
	border-radius: 3.7px;
	border-style: solid;
	border-width: 1.2px;
	box-shadow: inset 0 1px 1.23px rgba(111, 111, 111, 0.23);
	padding: 0 12px;
}

button {
	background-color: #F1F1F1;
	color: #606060;
	border: #b7b7b7;
	font-family:"myriad-variable";
	font-weight: 500;
	font-size: 14px;
	font-style: normal;
	height: 25px;
	border-radius: 3.7px;
	border-style: solid;
	border-width: 1.2px;
	cursor: pointer;
	box-shadow: 0 0.7px 1px rgba(111, 111, 111, 0.27);
}

button::hover {
	background-color: #F1F1F1;
	color: #606060;
	border: #b7b7b7;
	font-family:"myriad-variable";
	font-weight: 500;
	font-size: 14px;
	font-style: normal;
	height: 25px;
	border-radius: 3.7px;
	border-style: solid;
	border-width: 1.2px;
	cursor: pointer;
	box-shadow: inset 0 0.7px 1px rgba(111, 111, 111, 0.27);
}