body {
    margin: 0%;
    padding-top: 100px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    background-image: linear-gradient(
      rgba(250, 137, 122, 0.411),
      rgb(226, 147, 147)
    );
    background-attachment: fixed;
  }
  #searchbar {
    width: 700px;
    border-radius: 8px;
    padding-left: 10px;
    border: 2px rgb(221, 164, 164) solid;
    height: 50px;
    display: flex;
    margin: auto;
    margin-top: 48px;
    margin-bottom: 175px;
    background: #00000000;
    color: rgb(109, 83, 83);
    font-size: 16px;
  }
  .topbar{
    border-radius: 10px;
    background-color: rgba(48, 47, 47, 0.562);
    backdrop-filter: blur(2px);
    height: 50;
    text-justify: center;
    margin-top: 20;
    padding-left: 5;
    padding-right: 5;
    padding-top: 20;
    position: fixed;
    top: 0%;
    width: 98%;
    left: 2px;
    right: 2px;
    z-index: 100;
    font-weight: bolder;
    align-self: center;
    margin: auto;
    margin-top: 10px;
  }
  a{
    text-decoration: none;
    color: black;
  }
  nav{
    float:right;
  }
  .wrapper{
    border-radius: 10px;
    background-color: rgba(48, 47, 47, 0.562);
    backdrop-filter: blur(0px);
    height: 70px;
    text-justify: center;
    padding-left: 5;
    padding-right: 5;
    padding-top: 20;
  text-align: center;
    width: 700px;;
    left: 2px;
    right: 2px;
    z-index: 100;
    font-weight: bolder;
    align-self: center;
    margin: auto;
    margin-top: 50px;
  }
  .wrapper:hover{
    text-decoration: underline;
    cursor: pointer;
  }
  @media only screen and (max-width: 600px) {
    .topbar {
      width: 90%;
    }
    #searchbar {
      width: 90%;
    }
    .wrapper {
      width: 80%;
    }
    }
