/* CSS Document */

.header {
position: absolute;
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
font-size: 5vw;
left: 0;
margin-left: 24%;
top: 0;
margin-top: 5%
}

.return {
position: absolute;
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
font-weight: bolder;
color: grey;
text-decoration: none;
left: 0;
margin-left: 5%;
top: 0;
margin-top: 5%;
font-size: 5vw;
}

.content {
margin-top: 15%;
}

.content2 {
margin-left: 5%;
padding-right: 15%;
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
font-size:1.5vw;
}