@charset "utf-8";
/*globala*/
body {
	margin: 0px;
}
/* länkar */
a:link, :visited {
	color: white;
	background-color: black;
	text-decoration: none;
	padding: 19px;
	font-family: "Bebas Neue", sans-serif;
}

a:hover {
	color: black;
	background-color: white;
	text-decoration: none;
	font-family: "Bebas Neue", sans-serif;
}

a:active {
	color: red;
	text-decoration: none;
	font-family: "Bebas Neue", sans-serif;
}
/* default text */
h1 {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 800;
	font-style: normal;
}

p {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
}
/* boxar och rutor */
.meny {
	text-align: center;
	width: 100%;
	margin: auto;
	background-color: #000000;
	padding: 20px;
}

.main {
	width: 80%;
	margin: auto;
	background-color: gray;
	text-align: center;

}

.boxen {
	width: 70%;
	border: 5px dashed black;
	background-color: #69e0ef;
	padding: 15px;
	margin: auto;
	margin-top: 15px;
}

.rund {
	color: blue;
	text-decoration: none;
	font-family: "Bebas Neue", sans-serif;
	padding: 10px;
	background-color: white;
	border: 5px #000000;
	border-radius: 10px;
}
/* okategoriserat */
.tecken1 {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 300;
	font-style: normal;
}

#sylt {
	font-style: italic;
	font-weight: 900;
}

