body{
  margin: 0;
  padding: 0;
}

body {
 background-image:url("undefined.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: gray;
  font-family: verdana;
  height: 100vh;
}