﻿
body {
	margin: 0;
	font-family: 'Raleway',sans-serif;
	background-image: url('untitled0.jpg');
	background-repeat: repeat;
}

div.info_container {
    background: rgba(255, 255, 255, 0.8);
	margin-left: auto;
    margin-right: auto;
	margin-top: 48px;
	padding: 24px;
	width: 75%;
	border-radius: 48px;
	font-size: 300%;
	text-align: center;
	color: #000000;
}
div.info_container a {
    color: #606060;
}
div.text_container {
    background: rgba(0, 0, 0, 0.8);
	margin-left: auto;
    margin-right: auto;
	margin-top: 48px;
	padding: 48px;
	width: 75%;
	border-radius: 48px;
	font-size: 100%;
	text-align: center;
	color: #ffffff;
	line-height: 0.5;
}
div.footer_container {
    background: rgba(255, 255, 255, 0.8);
	margin-left: auto;
    margin-right: auto;
	margin-top: 48px;
	margin-bottom: 48px;
	padding: 16px;
	width: 75%;
	border-radius: 24px;
	font-size: 200%;
	text-align: center;
	color: #000000;
}
div.footer_container a {
    color: #606060;
}
