@charset "utf-8";
body
{
	background-repeat: no-repeat;
	background-size: cover;
}
#rectangle
{
	width: 202vh;
	height: 40px;
	background: #786DFF;
}
a:visited
{
	text-decoration: none;
	color: black;
}
a, a:hover, a:focus, a:active 
{
	text-decoration: none;
	color: inherit;
}