body{
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/Map_Europe_alliances_1914-en.svg/2000px-Map_Europe_alliances_1914-en.svg .png");
  background-size: cover;
  background-attachment: fixed;
  transition: 1s;
  padding: 0;
  margin: 0;
  user-drag: none; 
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.parag-img{
  perspective: 1000px;
  box-shadow: 0 0 1vw #000000;
  margin: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

#test{
  margin-top: 100vh;
}

#title-bg.parag-img{
  top: 0;
  height: 100vh;
  padding: 0;
  background-image: url("https://ichef-1.bbci.co.uk/news/660/media/images/72328000/jpg/_72328068_anzacs_frank_hurley_hulton_archive_getty.jpg");
}

.parag-img h1{
  font-family: helvetica;
  text-align: center;
  margin: 0.1vh;
  font-size: 35vw;
  color: white;
  text-shadow: 0 0 1vw rgba(0,0,0,0.5);
}

@media (orientation: landscape){
  .para{width: 50vw;}
}

@media (orientaion: portrait){
  .para{width: 10vw;}
}

.para{
  background: white;
  box-shadow: 0 0 1vw #000000;
  margin: 1vw auto;
  padding: 1vw;
  font-family: helvetica;
}

.para hr{
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 1px;
  color: #609dff;
}

#cause li{
  margin-top: 2vw;
}

#cause li::first-letter{
  font-weight: bold;
}

img{
  display: block;
  width: 40vw;
  margin: 2vw auto;
  box-shadow: 0 0 1vw #000;
}