<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<style type="text/css">
<style>
.h3 {
	color: rgb(207,28,68); 
        font-family: font-family: 'Roboto', sans-serif; 
        font-size: 30px;
		text-decoration: underline;
    }
.container {
    position: fixed;
    text-align: center;
    color: white;
}
.centered {
position: absolute;
top: 30%;
left: 25%;
font-family: 'Sorts Mill Goudy', serif;
font-size: 70px;
font-weight: bold;
    }
 body {
background-image: url("noodles.png");
    background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    text-align: center;
    padding: 1%;
     }
    .paragraph {
        font-family: 'Sorts Mill Goudy', serif;
        font-size: 25px;
         color: rgb(85,50,55);
    background-color: rgb(216,198,187);
         border-style: double;
         border-color: rgb(85,50,55);
         border-width: 10px;
}
   .two {
	font-family: 'Sorts Mill Goudy', serif;
        font-size: 20px;
         color: rgb(85,50,55);
}
    a:link, a:visited {
    background-color: rgb(216,198,187);
    color: rgb(207,28,68);
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
a:hover, a:active {
    background-color: rgb(124,87,63);
    color: white;
}
</style>
<link href="https://fonts.googleapis.com/css?family=Roboto|Sorts+Mill+Goudy" rel="stylesheet">
</head>
</html>

