* 	{ 
	margin: 0; 
	padding: 0; 
	border: 0; 
	font-family: 'Roboto Mono', 'Amiri', serif; 
	background-color: pink;
	}

body 	{
	background-color: pink;
	}



ul  	{
	list-style: none;
	}



li 	{
	display: inline-block;
	}



a	{
	text-decoration: none;
	color: white;
	}



*, *::before, *::after {
	box-sizing: border-box;
	}



p, h1, h2, h3, h4, h5, h6 {
	font-size: 1em; 
	font-weight: normal; 
	color: white;
	}

p, h1 {
	font-family: Amiri;
	}

h2 {
	font-size: 1.5em;
	padding-bottom: .5em;
	transition: 0.3s;
	}

h2:hover {
	font-size: 1.6em;
	padding-bottom: .4em;
	}

p {
	font-size: 1.2em;
	}

.textlink {
	font-family: Amriri;
	font-style: italic;
	}





















.menu {
	display: grid; 
	grid-template-columns: 1fr 1fr 1fr;
	padding-top: 2em;
	text-align: center;
	}

.menu a {
	color: white;
	text-decoration: none;
	}

.menu a:hover {
	color: #4c0013;
	}


.square {
	line-height: 1;
	color: white;
	text-align: center;
	margin-top: 10vw;
	margin-bottom: 10vw;
	transition: .5s;
	}

.square h1 {
	font-size: 7vw;	
	}


.square:hover {
	letter-spacing: .2em;
	}

.square p {
	font-size: 4vw;	
	}







.tekst {
	width: 60vw;
	margin: 0 auto; 
	}



.tekst h2 {
	text-align: center;
	}





.some 	{
	text-align: center;
	letter-spacing: .8em;
	margin-bottom: 2em;
	height: 5em;
	}

.some a	{
	font-size: 2em;
	transition: 0.3s;
	}

.some a:hover {
	font-size: 2.5em;
	margin-bottom: 1em;
	color: #4c0013;
	}




.logo {
	border: 2px solid;
	color: black;
	transition: .3s;
	}

.logo:hover {
	margin-right: 1em;
	margin-left: 1em;
	}


.logo2 {
	border: 2px solid;
	text-align: right;
	color: black;
	transition: .3s;
	}



.logo2:hover {
	margin-right: 1em;
	margin-left: 1em;
	}














.center {
	text-align: right;
	}











.person img {
	width: 20em;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	margin-top: 7em;
	margin-bottom: 5em;
	}



















@media screen and (max-width: 800px) {
.menu {
	font-size: .7em;
	}

.person img {
	width: 40vw;
	}



}


@media screen and (max-width: 500px) {
.menu {
	font-size: .5em;
	}



.person img {
	width: 40vw;
	}


}