body{
	background-color: #ffffff;
	overflow-x: hidden;
	
}
.T1 {
	font-weight: bold;
	font-size: 3em;
	text-align: center;
	
}


.image {
	alignment-baseline:middle;
	text-align: center;
	
   
    }
.button {
  border: none;
  color: white;
  padding: 12px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-family:Tahoma, Geneva, sans-serif;
  
  transition-duration: 0.5s;
  cursor: pointer;
}	
.buttongrey {
  background-color: white; 
  color: black;
  border-radius: 10px; 
  border: 2px solid #06C;
}
.buttongrey:hover {
  background-color: #06C;
  color: white;
}
@font-face {
    font-family: 'michromaregular';
    src: url('michroma_400-webfont.woff2') format('woff2'),
         url('michroma_400-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.phoenyx {font-family: 'michromaregular';
}

