body {
    background-image: url(Town3.jpg);
    Width: 1000px;
    margin: 0 auto;
    background-color: none;
}
header {
    text-align: center;
}
nav {
    background-color: rgba(245, 213, 165, 0.7);
    text-align: center;
}
nav a {
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    background-color: rgba(248, 202, 133, 0.7);
    padding: 5px 10px;
    display: inline-block;
    margin: 0 1px;
}
nav a:hover {
    background-color: white;
    color: black;
}
.active {
    color: white;
}
main {
    padding: 48px;
    font-family: sans-serif;
    text-align: center;
    background: rgba(255, 233, 200, 0.7);
}
h1 {
    background: rgba(245, 213, 165, 0.3);
}
.Storvilla {
    width: 600px;
}
footer {
    padding: 5px;
    font-family: fantasy;
    background: rgba(185, 161, 124, 0.7);
}
h2 {
    font-family: monospace;
    font-size: 50px;
}
.t1 {
    text-decoration: line-through;
    color: rgb(100, 40, 40, 0.7);
    font-family: monospace;
    font-size: 50px;
}
.t2 {
    color: rgb(207, 65, 65);
    font-family: monospace;
    font-size: 50px;
}
.t3 {
    color: rgb(20, 20, 20, 0.9);
    font-family: monossspace;
    font-size: 50px;
}
tr {
    border: 1px;
    border-color:black;
}
.Text {
    background: rgba(245, 213, 165, 0.2);
}