a {
    background-color: rgb(147, 169, 241);
    padding: 10px;
    color: white;
    text-decoration: none;
    margin-right: 15px;
}

a:hover {
    background-color: rgb(205, 216, 247);
    padding: 10px;
    color: white;
    text-decoration: none;
    margin-right: 15px;
}

.space {
    padding: 5px;
}

.bigspace {
    padding: 1000px;
}

.start {
    text-align: left;
    font-size: 20px;
    width: 1180px;
    color: white;
    padding: 10px;
    background-color: rgb(114, 137, 211);
}

.end {
    text-align: left;
    font-size: 20px;
    width: 1180px;
    color: white;
    padding: 10px;
    background-color: black;
}

.site {
    margin-bottom: 10px;
    max-width: 1200px;
    background-color: rgb(226, 234, 250);
}

body {
    background-image: url(seas.jpg);
    font-family: sans;
    position: absolute;
    left: 150px;
}

@font-face {
    font-family: 'sans';
    src: url(fonts/sans.ttf);
}

h2 {
    font-weight: normal;
}

h3 {
    font-weight: normal;
}

h4 {
    font-weight: normal;
}

p {
    max-width: 1100px;
    font-weight: normal;
}

table, tr {
  padding: 10px;
  font-weight: normal;
}

th {
    font-weight: normal;
    max-width: 400px;
}
