body {
    /*font-family: 'Arial', sans-serif;*/
    font-family: 'Roboto';
    margin: 0;
    padding: 0;
    background: linear-gradient(to right, #e0f7fa, #80deea);
    color: #333;
}
@font-face {
    font-family: 'Roboto';
    src: url('https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Me5Q.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
div.rounded {
    padding: 50px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin: 50px auto;
}
div.center {
	  text-align: center;
    padding: 50px;
    margin: 50px auto;
    width: 80%;
}
#header_image {
    background-image:url("/images/header.svg");
}
p.large_text {
    font-size: 20px;
}
h1.title {
    color: #00796b;
    font-size: 2.5em;
}
h3.title {
    color: #004d40;
    font-size: 1.5em;
}
h1.subtitle {
    color: #00796b;
}
h3.subtitle {
    color: #004d40;
}
a {
    color: #980000;
}
a:hover {
    color: #ff0000;
}
a:visited {
    color: #ff0000;
}