.noselect {
  user-drag: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer / Edge */
  user-select: none;
  /* Non-prefixed version */
}
body {
margin: 0 auto;
}
img {
width: 400px;
margin: 20px;
}
#space {
width: 220px;
}
h1 {
font-family: helvetica;
font-weight: bold;
font-size: 96px;
cursor: default;
padding: 20px;
margin: 0 auto;
}
a {
font-family: helvetica;
color: black;
font-size: 28px;
text-decoration: none;
display: block;
padding: 10px;
}
#email {
text-decoration: underline;
}
#all {
display: flex;
height: 100vh;
justify-content: center;
align-items: center;		
}
#text {
text-align: center;
}

@media screen and (max-width: 600px) {
#all {

}
