
	body {
  font-family: "Montserrat", sans-serif;
  background: #231f20;
  font-weight: 100;
  font-size:50px;
}
div.centre {
  display: flex;
  justify-content: center;
}
div.email {
  display: flex;
  justify-content: center;
  color:#FFFFFF;
  height:7dvh;
}

img { 
    max-width: 100%; 
    height: auto; 
	width: auto;
}
div.email > span:nth-child(2) {
	display: none;
}




