
body {
  font-family: Georgia, serif;
  margin: 0;
  padding: 0;
  background: url("https://chee64.neocities.org/index_imgs/background1.gif");
}

.Main {
  max-width: 1200px;    /* container width */
  margin: 0 auto;       /* center horizontally */
  margin-top: 2%;
  margin-bottom: 2%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 20px;

}

.Main .Search {
  position: relative;
  height: 100%;
  max-width: 20%;
  background-color: white;
  margin: 0 auto;
}