.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%;
}

@media screen and (min-width:600px) {

.content2 {
margin-left: 5%;
padding-right: 15%;
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
font-size:1.5vw;
}

}

.linker {
text-decoration: none;
color:white;
padding:15px 20px;
background-color: black;
border-radius: 25px;
}

@media screen and (max-width:600px) {

.content2 {
font-size: 3vw;
margin-left: 5%;
padding-right: 15%;
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";  
}

}
