html{
  overflow: clip;
}

body {
    background-image: url("/img/downlod.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: 400px 400px;
}
h1 {
  color: rgb(250, 199, 14);
}
