.header {
  min-height: 100%;
  width: 100%;
  background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)),url(background.jpg);
  background-position: center;
  background-size: cover;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


body {
  margin: 0;
    font-family: Arial, sans-serif;
    height: 100vh;
    text-align: center;
  }
  
  h1 {
    margin: 0;
    font-size: 36px;
    color: #c88aff;
  }
  
  h2 {
    color: #c88aff;
  }

  p {
    margin: 0;
    font-size: 18px;
    color: #c88aff;
    cursor: pointer;
    text-align: center;
  }
  
  
  #my-button {
    border: none;
    color: white;
    background-color: transparent;
    border: 3px solid #c88aff;
    font-size: 18px;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 10px;
  }
  
  #my-button:hover {
    background-color: #c88aff;
    transition: 1s;
  }

  #give {
    margin-top: 1%;
    max-width: 50%;
    margin-bottom: 1%;
  }

#modoverview {
  margin-top: 1%;
}

#modoverview a {
    padding:10px;
    margin-right: 30px;
    text-decoration: none;
    color: #d8b8e8;
}

#modoverview:hover a {
  color:#d8b8e8;
  border-bottom:3px solid #d8b8e8;
  transition: 0.25s;
}
