body {
	background: #ffffff;
	text-align: center;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}

input {
	padding: 5px;
	font-size: 16px;
}

input:not(:first-of-type) {
	margin-left: 20px;
}

video {
	margin: 30px;
	width: 500px;
	max-width: 85%;
}

img {
    width: 150px;
}
  
img.rounded-corners {
    border-radius: 30px;
}

.header {
    text-align: center;
    margin: 0px 260px 0px 260px;
    padding: 0.5em 1em 5px 0.5em;
    border-radius: 5px;
    background-color: black;  
    border: solid #C0C0C0 5px;
}

.h1-header {
    font-family: impact;
    color: white;
    font-size: 2em;
	letter-spacing: 1px;
}