* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Pirata One", system-ui;
  font-weight: 400;
  font-style: normal;
  }

body {
  place-items: center;
  justify-content: center;
  align-items: center;
  background:url("cyberspace.jpg");
  background-size: cover;  
}
  
canvas {
  position: absolute;
  top: 0;
  left: 0;
}

input {
  position: absolute;
  background-color: rgb(172, 242, 242);
  border: 4px solid white;
  box-shadow: 1px 1px 10px rgba(3, 104, 125, 0.51) inset;
  border-radius: 10px;
  width: calc(100% - 60px);
  font-size: 1em;
  padding: 20px;
  margin: 35px;
  z-index: 100;
}

h3 {
  position: absolute;
  color: rgb(172, 242, 242);
  text-align: center;
  align-items: center;
  justify-content: center;
  width:100%;
  margin-top: 120px;
  padding-left:50px;
  padding-right:50px;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 0.9em;
  line-height: 1.5;
  z-index: 100;
}
