body {
    background-image: url("MainBackground.png");
    font-family:Arial, Helvetica, sans-serif;
    overflow: hidden;
}

#top {
    text-align: center;
    padding: 8px;
}
    
#logo {
    color: white;
    font-size: 82px;
    font-weight: bold;
    padding: 12px;
    position: absolute;
    left: 685px;
    top: -40px;
}

#download {
    text-align: center;
    position: absolute;
    font-size: 28px;
    left: 188px;
    top: 280px;
}
  
#start {
  text-align: center;
  font-size: 52px;  
  position: absolute;
  left: 920px;
  top: 220px;
}
    
#navigation {
    color: pink;
    padding: 12px;
    font-weight: bold;
    font-size: 36px;
    left: 300px;
    top: 300px;
}
    
#navigation :hover
     color: red;
}
    
#kk {
  cursor: pointer;
  font-size: 48px;
  position: absolute;
  left: 50px;
  color: white;
}

#bedrockVersion {
  cursor: pointer;
  font-size: 48px;
  position: absolute;
  left: 100px;
  top: 300px;
  color: white;
  background-color: transparent; 
  border: none;
}
	
#FortniteVersion{
  cursor: pointer;
  color: white;
  font-size: 48px; 
  position: absolute;
  left: 400px;
  top: 100px;
  background-color: transparent; 
  border: none;
}

#RobloxVersion{
  cursor: pointer;
  color: white;
  font-size: 48px; 
  position: absolute;
  left: 400px;
  top: 300px;
  background-color: transparent; 
  border: none;
}

#Warzone2Version{
  cursor: pointer;
  color: white;
  font-size: 48px; 
  position: absolute;
  left: 100px;
  top: 500px;
  background-color: transparent; 
  border: none;
}
    
#erkannt {
    color: rgba(228,228,226,255);
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    left: 730px;
    top: 900px;
}
    
#germanIMG{
    position: absolute;
    left: 100px;
    top: 700px;
}

#werbung{
  font-size: 48px;
  position: absolute;
  left: 850px;
  top: 200px;
  color: white;
}

#ad1{
  font-size: 48px;
  position: absolute;
  left: 850px;
  top: 350px;
  color: white;
}

a:link {
  color: pink;
  text-decoration: none;
}
    
a:hover {
  color: pink;
  text-decoration: none;
}

a:visited {
  color: pink;
  text-decoration: none;
}
