* {
	margin: 0;
	padding: 0;
}

body {
	font-family: sans-serif;
	background-image: url(back.jpg);
    font-family:Arial, Helvetica, sans-serif;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

img {
	width: 600px;
}

h1 {
	text-align: center;
}

.img {
	text-align: center;
}

.header {
	width: 66vw;
	background-image: linear-gradient(90deg, #4953649f, #413d689c);
	height: 13vh;
	border: 1px solid rgba(195, 195, 195, 0.52);
	border-radius: 10px;
	font-size: 30px;
	text-align: center;
	color: white;
	text-shadow: 0 0 5px black;
	margin: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.header p {
    align-self: center;
    margin: 5px;
}

.main {
	width: 66vw;
	background-image: linear-gradient(90deg, #4953649f, #413d689c);
	height: 64vh;
	border: 1px solid rgba(195, 195, 195, 0.52);
	border-radius: 10px;
	font-size: 30px;
	color: white;
	text-shadow: 0 0 7px black;
	padding-top: 20px;
    margin: 20px;
    display: flex;
    flex-direction: column;
}

.main p {
    padding: 40px;
}

.footer {
	width: 66vw;
	background-image: linear-gradient(90deg, #4953649f, #413d689c);
	height: 10vh;
	border: 1px solid rgba(195, 195, 195, 0.52);
	border-radius: 10px;
	font-size: 30px;
	color: white;
	text-shadow: 0 0 5px black;
    margin: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

a {
    text-decoration: none;
    color: wheat;
}