@import url('fonts.googleapis.com');
body {
  background-image: url('https://syxzero.neocities.org/aqua.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: white;
  font-family: 'Inter', sans-serif;
}
.image {
    position:relative;
}

.text {
    color: black;
    left: 0;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 100%;
}