.card{
  color: olive;
  text-align: center;
  margin: auto;
}
h1 {
  font-family: 'Tangerine', serif;
  font-size: 50px;
  color: brown;
  text-shadow: 5px 5px 8px #000000;
}

h3 {
  font-family: lobster;
  color: olive;
}

body {
  font-family: lobster;
  background: no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image:url(https://drive.google.com/file/d/1NPbSEXO8RPE77JJsP82bewZrY4esdZXX/view?usp=sharing);
}
.spacer{
  padding:5%;
}
img{
  border-radius:10%;
  width:300px;
  height:auto;
  box-shadow: 8px 8px 20px black;
}
.btn{
  box-shadow: 5px 5px 8px black;
 }

.block{
  background: rgba(0,0,0, .8);
  color: white;
  padding: 50px;
  width: 75%;
  margin-right: auto;
  margin-left:auto;
  border-radius: 25px;
  padding-bottom:2%;
}

p{
  font-family:verdana;
  text-align: justify;
  text-indent: 12px;
  font-size: 1.1em;
}

 mark {
    background-color: darkgreen;
}

.block2{
  background: rgba(0,0,0, .8);
  color: white;
  padding: 30px;
  width: 37.5%;
  margin-right: auto;
  margin-left:auto;
  border-radius: 25px;
  padding-bottom:2%;
}
/*
h1 {
    text-shadow: 5px 5px 8px #000000;
}
*/
