*{
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;*/
}
#IGlink{
  text-decoration : underline;
  color: black;
  font-size: 15pt;
}
.centeredTDcontent{
 display: flex;
 justify-content: center;
 align-items: center;
}
#toptitle{
  color: black;
}
#top{
 width: 100%;
 text-align: center;
 z-index: 0;
}	
#center{
 display: flex;
 justify-content: center;
 align-items: center;

 text-align: center;
 z-index: 0;
}
.contactMail{
  color: black;
  font-size: 30pt;
 display: flex;
 justify-content: center;
 align-items: center;
}
#submitbutton{
  font-size: 12pt;
  width : 100px;
  height : 30px;
}	
.spacer1{
  height: 60px;
}
.spacer2{
  height: 30px;
}
@media (max-width: 767px){
  .contactMail{
    font-size: 17pt;
  }
}