    <style>

h1 {
	color: #d4a18d;
    font-family: athelas;
    font-size: 350%;
}
p  {
    color: #d4a18d;
    font-family: athelas;
    font-size: 160%;
}

body {
    background-image: url("images/restaurant.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
    text-align: center;
    font-family: athelas;
    font-size: 250%;
}
a:link {
    color:#be1e2d; 
    background-color: transparent; 
    text-decoration: none;
}

a:visited {
    color:#d4a18d;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #ef4e22;
    background-color: transparent;
    text-decoration: none;
}

a:active {
    color: #d7e4c2;
    background-color: transparent;
    text-decoration: none;
}
img {
    border-radius: 15px;
	max-width: 100%;
    height: auto;
	margin: auto;
}
</style>
@charset "UTF-8";
/* CSS Document */

