<!DOCTYPE html>
<html>
<head>
<title>Seminar Evaluation Form</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
<style>
html, body {
min-height: 100%;
}
body, p {
padding: 0;
margin: 0;
font-family: Roboto, Arial, sans-serif;
font-size: 14px;
line-height: 24px;
color: #666;
}
.main-block {
display: flex;
justify-content: center;
align-items: center;
}
form {
width: 100%;
padding: 20px;
background: #fff;
box-shadow: 0 2px 5px #ccc;
}
h1 {
font-weight: 400;
line-height: 28px;
}
hr {
margin: 20px 0;
}
span.required {