
@charset "UTF-8";
/*FONT*/
@font-face {
	src:url("../fonts/JosefinSans-Thin.ttf");
	font-family: josefin;
}
/*BODY*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	height: 100vh;
	width: 100%;
	font-family: josefin;
	background: url("../afbeeldingen/bedanktsaxofoon.jpeg");
	background-size: cover;
}
table {
	width: 1000px;
	height: 700px;
}
.bedanktvak {
	border: 1px solid black;
	font-size: 25px;
	padding-top: 20px;
	border-radius: 5px;
	background: white;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: 350px;
}
.leeg1 {
	width: 100%;
	height: 200px;
}
.leeg2 {
	width: 100%;
	height: 250px;
}
.terug {
	font-size: 15px;
}
a:link {
	color: #694E1F;
	text-decoration: underline;
	text-decoration-color: black;
}
a:visited {
	color: #694E1F;
	text-decoration: none;
}
a:hover {
	color: #694E1F;
	text-decoration: none;
	text-shadow: 2px 2px 5px black;
}
a:active {
	color: black;
	text-decoration: none;
}
/*VOET*/

.voet {
	background-image: url("../afbeeldingen/velvetzwart.jpeg");
	background-size: cover;
	width: 100%;
	height: 22px;
	text-align: center;
	color: white;
	padding-top: 5px;
}