﻿div#header{




}
body{
background-image: url("bilder/Rocket League.jpg");
background-size: c;
}

img{
width: 150px;
transition: width 2s;
}

img:hover{
width:100%;

}

div#aboutme{



}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    float: left;
}

li a {
    display: block;
	color: #00CCFF; text-shadow:black 0.1em 0.1em 0.2em;
    text-align: center;
    padding: 13px 15px;
    text-decoration: none;
}

/* Change the link color to #FFFFFF (White) on hover */
li a:hover {
    background-color: #3366FF;
}


h1{
color:#FFFFFF;   /* Farbe orange */
  font-size:24pt;  /* Größe 24pt   */
  font-family:arial, "lucida console", sans-serif; /* Schriftart */
  color: white; text-shadow:black 0.1em 0.1em 0.2em;
}

h2{
color:#FFFFFF;   /* Farbe orange */
  font-size:17pt;  /* Größe 20pt   */
  font-family:arial, "lucida console", sans-serif; /* Schriftart */
  color: white; text-shadow:black 0.1em 0.1em 0.2em;
  }
