body {
	margin: 0px;
}

.container {
	width: 100%;
	height: 1200px;
}

canvas[resize] {
	position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.logo {	
	color: white;
  	fill: currentColor;
	position: fixed;
	margin-bottom: 35px;
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 25px;
	width: 70px;
	left: 0px;
	bottom: 0px;
	z-index: 1000;
}

#square {
	color: white;
	fill: currentcolor;
}

.triangle {
	position: fixed;
	height: 80%;
	color: ;
	fill: currentcolor;
	right: 0px;
	bottom: 0px;
	padding: 16px;
	z-index: -1000;
}

h1 {
 
}

h2 {
        
        letter-spacing: 1px;
        color: white;
}

h3 {
	position: fixed;
	margin-bottom: 20px;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 25px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	left: 0px;
	top: 0px;
}

.menu {
	position: fixed;
	margin-bottom: 20px;
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 50px;
	right: 0px;
	top: 0px;
	z-index: 100;
}


a {
	color: inherit;
	text-decoration: none;
	font-size: 15px;
	padding-left: 10px;
}

a:hover {
	color: white;
}

.mobile-menu {
	display: none;
}
.mobileMenu-page {
	display: none;
}





@media screen and (max-width: 640px) {

 


.button {
	position: fixed;
	width: 20px;
	height: 20px;
	background-color: black;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 25px;
	right: 0px;
	top: 0px;
	z-index: 1000;
}


}







