body {
    background-image: url(hatter.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
    color: white;
    font-family: Arial, sans-serif;
}

p {
    text-align: justify;
}

table,
tr,
td {
    border: 2px solid wheat;
    padding: 2px;
    margin-left: auto;
    margin-right: auto;
}

video {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#razor {
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#bmw {
    max-width: 100%;
    max-height: 100%;
}

#menuk {
    font-size: 60px;
    background-color: white;
}

h1 {
    text-align: center;
    color: yellow;
}

#jelenlegi {
    color: #575766;
    font-style: italic;
}

#terkep {
    width: 400px;
}

#race {
    height: 160px;
}

caption {
    color: yellow;
    caption-side: top;
}

h1 {
    font-size: 6rem;
    opacity: 1;
}

img:hover {
    opacity: 0.6;
}

div.container {
    background-color: black;
    border: 8px solid white;
    padding: 20px;
}

aside.gombok {
    font-size: 16px;
    margin: 10px 0 30px 0;
}

img {
    border: 5px solid black;
}

a:link
{
    color: #3C3CDD;
}

a.sima:link 
{
    color: yellow;
}

a.sima:visited
{
    color: #8A8EFF;
}

#main a {
    position: absolute;
    left    : -500px;
}

#main a:focus {
    color: white;
    position: static;
}
h1,h2,h3
{
    margin: 5px 0 5px 0;
}
nav
{
    margin: 10px 0 10px 0;
}