@charset "UTF-8";
/* CSS Document */

html, body {
background: black;
margin: 0;
color: white;
font-family: Arial, Helvetica, sans-serif;
}

pre {
margin: 0;
padding: 0;
}

h1 {

font-size: 10em; 
font-weight: bold;
line-height: .7em;
margin: 0;
padding: 0;
position: absolute; top: 30px; left: 0;
width: 1200px;
z-index: 1;
text-align: right;
}




#car {
position: absolute; top: 120px; left: 300px;

}


#text {
position: absolute; top: 400px; left: 600px;
z-index: 5;
width: 600px;
font-size: 2em;
letter-spacing: .06em;
line-height: 1.7em;
text-align: right;

}

#text p {
background: yellow;
display: inline;
padding: 3px 3px 3px 3px;
color: black;
}


#archive {
background: #3a3c3b;
z-index: 5;
text-align: left;
width: 100%;
position: fixed;
bottom: 0;
right: 0;
color: #000;
padding: 5px;
font-size: .75em;
}



div#archive #mydiv {
text-align: left;
}

div#archive a {
color: #000;
}

div#archive a:hover {
color: #ccc;
}