@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600&display=swap');

body {
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #1b0047;
  /*background: linear-gradient(0deg, rgb(255, 185, 198), rgb(105, 79, 246))*/
  color: #FFFFFF;
  padding: 0px;
  margin: 0px;
}

#site {
  display: flex;
  flex-direction: column;
  align-content: center;
}

#logo {
  align-self: center;
  margin-top: 20px;
}

h1 {
  color:  #FFFFFF;
  margin-bottom: 20px;
  align-self: center;
}

h1 > a {
  font-size: 25px;
  color: #FFFFFF;
  text-decoration: none;
}

.links {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 10px;
  width: 100%;
}
  .links > a {
    font-size:  18px;
    padding: 15px 20px;
    box-sizing: border-box;
    text-decoration: none;
    color: #FFFFFF;
    margin-bottom: 18px;
    text-align: center;
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    line-height: normal;
  }
  .links > a:hover,
  .links > a:active {
    background-color: #FFFFFF;
    color: #1b0047;
  }
.copyright {
  padding:  20px;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
}
.center {
  display: flex;
  align-items: center;
}
.donate {
  background-color:  #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  color: #1b0047;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 12px 20px;
  border-radius: 6px;
  min-width: 150px;
  text-align: center;
}
  .donate:hover,
  .donate:active {
    opacity: 0.8;
  }
iframe {
  margin: 0 auto;
  max-width: 360px !important;
}
