
@import url('https://fonts.googleapis.com/css?family=Jim+Nightshade');
@import url('https://fonts.googleapis.com/css?family=Assistant:300');

body {
  margin: 0;
  min-height: 100vh;
  background: url('parchment-background.jpg') no-repeat center center fixed;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Assistant', sans-serif;
    padding-top: 60px; 

}

.parchment {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-border,
.bottom-border {
  height: 30px;
  width: 100%;
  background-color: #f4e5d3; 
}

.scroll {
  background-color: #f4e5d3;
  padding: 20px;
  border-radius: 10px;
  max-width: 80%;
  text-align: center;
  transform: rotate(-5deg); 
  position: relative;
  z-index: 1; 
}

.quotation {
  font-family: 'Jim Nightshade', script;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  background-color: #f4e5d3; 
  padding: 20px;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); 
}

.source {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
  text-indent: 0;
}

button {
  font-family: 'Assistant', sans-serif;
  display: block;
  padding: 1rem;
  outline: none;
  font-size: 1rem;
  background-color: #8b4513; 
  color: #f4e5d3;
  border: none;
  border-radius: 5px;
  margin-top: 20px;
  cursor: pointer;
}

button:hover {
  background-color: #654321; 
}


    .scroll {
      background-color: #8b4513;
      border: 2px solid #8b4513;
      padding: 20px;
      border-radius: 10px;
      max-width: 80%;
      text-align: center;
      box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    }

    .quotation {
      font-family: 'Jim Nightshade', script;
      font-size: 2rem;
      line-height: 1.2;
      text-align: center;
    }

    .source {
      font-size: 1rem;
      color: rgba(0, 0, 0, 0.6);
      text-indent: 0;
    }

    button {
      font-family: 'Assistant', sans-serif;
      display: block;
      padding: 1rem;
      outline: none;
      font-size: 1rem;
      background-color: #8b4513;
      color: #E4CD91;
      border: none;
      border-radius: 5px;
      margin-top: 20px;
      cursor: pointer;
    }

    button:hover {
      color:  #E4CD91;
    }

    .banner {
      background-color: #654321; 
      font-family: 'Jim Nightshade', script;
      color: white;
      text-align: center;
      padding: 10px;
      font-size: 24px;
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 1000;
  }

  #generateButton,
  #copyButton,
  #addQuoteButton {
    background-color: #b28d43;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    height: 39px;
  }
  
  #generateButton,
  #copyButton,
  #addQuoteButton {
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
  }
  
  #addQuoteButton {
    background-image: url('Logo.png');
    background-size: 50px;
    width: 50px;
  }
  
  #copyButton:hover,
  #generateButton:hover,
  #addQuoteButton:hover {
    background-color: #654321;
  }
  
  #generateButton,
  #addQuoteButton {
    display: inline-block; 
    margin: 0 10px; 
    margin-top: 10px;
  }
  
  button#addQuoteButton {
    background-image: none;
    width: auto;
  }
  
  .nate-button {
    font-family: 'Assistant', sans-serif;
    display: block;
    padding: 1rem;
    outline: none;
    font-size: 1rem;
    background-color: #E4CD91;
    color: #8b4513;
    border: none;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
  }
  
  .nate-button:hover {
    color: #8b4513;
  }
  