html {
    overflow: hidden;
  }
  body {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #yes {
    color: ivory;
  }
  .shad {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    margin: 0;
  }
  #wart {
    color: azure;
  }
  #serch:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.555);
  }
  #text {
    color: aliceblue;
  }
  #text1 {
    color: aliceblue;
  }
  ::selection {
    color: brown;
    background-color: none;
  }