

#page {
  background-image: url('/img/biker_priests_640.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  padding: 0;
}

#page h1.page-title {
    margin: 0;
}


.blur {
  background: rgba(255, 255, 255, 0.2); 
  backdrop-filter: blur(8px);
  height: 100%;
  width: 100%;
  border-radius: 10px;
  padding-bottom: 50px;
}


.link-option-row {
     margin: 0px auto 10px;
    background-color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px !important;
    width: 75%;
    border-radius: 8px;
}



.link-option-row-img {
    max-height: 30px;
    max-width: 100px;
    margin: 0px !important;
}


.link-bottom-row {
    margin: 20px auto 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 40%;
}


