body{
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height:90vh;
  font-family: 'Montserrat', sans-serif;
  background-color: black;
  color: white;
}
div{
  width:100vw;
  text-align:center;
}
img{
  max-width: 100%;
  width: auto;
}
