body {
	margin-top: 50px;
	margin-left: 50px;
	font-family: 'Roboto', sans-serif;

}

ul {
	 list-style-type: none;
	 font-size: 30px;

}

h2 {
	font-size: 70px;
	line-height: 70px;
}

h3 {
	font-size: 30px;
}

#about {
	font-size: 20px;
	max-width: 800px;
	line-height: 28px;
}

a {
	color: black;
	text-decoration: none;

}

a:hover {
	text-decoration: underline;
}

#imagesWraper img{
	float: left;
	border: solid;
	margin: 5px;
	border-width: 1px;
}

video {
	border: solid;
	border-width: 1px;


}

.imageNoBorder img{
	border-color: transparent;
}
