
img{
	display: block;
  margin: auto;  
  width: 150px;
}

body{
  font-size: 1.6rem;
  margin: 0;
  position: absolute; 
  top: 50%; left: 50%; 
  transform: translate(-50%, -50%); 
  display: flex;  
  flex-direction: column;
  background-color: #17171D;
  font-family: Helvetica, sans-serif;
  text-align: center;
}
h1{
  color: white;
  font-size: 50px;
  margin-top: 30px;
}


}

p{
  color: white;
}