html {
	padding: 0 0 0 25px;
}

body {
	background-color: #E0E0E0;
	color: #404040;
	font-family: 'Varela Round', sans-serif;
}

#shape {
    width: 200px;
    height: 200px;
    background-color: darkgray;
    position: relative;
    top: 0px;
    left: 0px;
    border-radius: 0%;
    display: block;
}

.bold {
    font-weight: bold;
}