body {
    font-family: 'Exo 2', sans-serif;
    margin: 0;
    padding: 0;
    background-color: black;
}

.menu {
    background-color: #08b3c9;
    padding: 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #00b4cc;
}

.menu a {
    color: black;
    text-decoration: none;
    margin: 0 15px;
    font-size: 18px;
}

.menu a:hover {
    text-decoration: underline;
}

.maincontent {
    padding: 50px 5px;
}

.intro {
	background: rgba(1, 115, 130, 0.2);
	color: #00b4cc; 
	text-align: center;
	border: 1px solid #00b4cc;
	}
