*{

margin:0;

padding:0;

}
body{
 background-color: white;
 color: black;
 font-family: "Oswald";
 /*background: url('../media/IMG_6405.JPG');
  background-size: cover;
  background-repeat: no-repeat;*/
}
a:link {
  text-decoration: none;
}
#toptitle{
  color: black;
}
#top{
 width: 100%;
 text-align: center;
 z-index: 0;
}	
#center{
 margin-top: 20px;

 text-align: center;
 z-index: 0;
}