@font-face {
	font-family: "Trattatello";
	src: url("../fonts/Trattatello.ttf");
}

body {
        font-family: 'Century Gothic';
        color: Lime;
	margin: 0;
        background-image: url('media/updownbw.jpeg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
}

#title {
        font-family: 'Trattatello';
        font-size: 90px;
        color: Lime;
        text-shadow: 2px 2px black;
}

.subtitle {
        font-size: 28px;
        color: Lime;
        text-shadow: 1px 1px green;
        margin: 10px;
}

h1 {
	font-family: "Trattatello";
	font-size: 56px;
	text-shadow: 2px 2px black;
	margin-bottom: 5px;
}

h2 {
	font-size: 36px;
	text-shadow: 1px 1px black;
}

p,ul {
	font-size: 24px;
	color: Crimson;
	text-shadow: 1px 1px 2px grey;
}

audio {
        width: 200px;
        height: 25px;
}

a {
	color: Lime;
}


.button {
	display: block;
	background-image: url('media/updownbw.jpeg');
	background-position: center;
	background-size: cover;
        font-family: 'Century Gothic';
	color: Crimson;
	text-shadow: 1px 1px black;
	font-size: 30px;
	margin: 10px 0px;
	padding: 5px;
	border: none;
	box-shadow: 0px 10px 10px 10px white;
}

.main {
        margin: 10px;
}

.main p {
        margin: 10px;
	margin: 0;
	padding: 0;
}
