.donation__summary__background{
  display: flex;
  justify-content: center;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;


  background-color: rgb(0, 0, 0,0.7);
  backdrop-filter: blur(2pxpx);



  display: none;
}

.close__summary{
  display: block;
  width: 4rem;
  z-index: 10;
  position: fixed;
  top: calc(5vh - 1.5rem);
  right: calc(5vw - 1.5rem);
  cursor: pointer;
}

.blueRec{
  position: fixed;
  top: 5vh;
  background-color: var(--blue);
  width: 90vw;
  height: 40vh;
  color: white;
}

.yellowRec{
  position: fixed;
  top: 45vh;
  background-color: var(--yellow);
  width: 90vw;
  height: 40vh;
}

.yellowRec, .blueRec{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.donation__summary__flagImage{
  display: block;
  width: 3.5rem;
  margin-bottom: 1rem;
}

.donation__summary__text{
  
  font-family: 'Courier New', Courier, monospace;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.5rem;
  
  max-width: 90%;

}



/* DONATION PAGE */


.donation__background{
  display: flex;
  justify-content: center;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;


  background-color: rgb(0, 0, 0,0.7);
  backdrop-filter: blur(2pxpx);



  display: none;
}


.blueRec__donation{
  position: fixed;
  top: 5vh;
  background-color: var(--blue);
  width: 90vw;
  height: 25vh;
}

.yellowRec__donation{
  position: fixed;
  top: 30vh;
  background-color: var(--yellow);
  width: 90vw;
  height: 55vh;
}

.donation__image{
  display: block;
  
  position: fixed;
  top: calc(30vh - 10rem);
  left: calc(50vw - 10rem);

  width: 20rem;
}

.donation__container{
  position: absolute;
  bottom: calc(15vh + 2rem);

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}



.donation__button{
  display: block;
  width: 20rem;
}

.donation__link{
  color: #0066CC;
  font-style: italic;
  width: 100%;
}













@media screen and (max){
  
}