body {
    background-color: white;
    color: black
}

#upper {
	width: 80%;
	margin: auto;
	display: flex;
	margin-top: 50px;
}

#header {
    text-align: right;
	padding-right: 20px;
	width: 60%;
}


.menu-content {
	text-align: right;
}

.menu-content a {
	color: black;
	    text-transform: uppercase;
	text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
}

.menu-content a:hover {
  text-decoration: underline;
	text-underline-offset: 6px;
}

.menu-content ul {
	list-style-type: none;
	margin-top:0px;
}

#main {
    margin-top: 50px;
    text-align: center;
}



#footer {
    margin-top: 50px;
    text-align: center;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0;
    text-transform: uppercase;
	line-height: 1;

}

p {
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
	line-height: 1.6;
	margin: 10px;
}

a {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-align: left;
}

#footer p {
	font-size: 10px;
}