.instruction {
   font-size:1em;
   text-shadow: 1px 1px #2f4f4f;
   position:absolute;
   top:0;
   width:100vw;
   text-align:center;
   color:#ffffff;
}

.social {
   position:absolute;
   bottom:0;
   width:100vw;
   text-align:center;
   padding-bottom:20px;
}

.fa-solid {
	color:#ffffff;
	padding:5px;
}

.fa-brands {
	color:#ffffff;
	padding:5px;
}
body {
   margin:0px;
}

.quote {
   color: #ffffff;
   font-family:'Montserrat';
   text-align:center;
   text-shadow: 2px 2px #2f4f4f;
   font-size:2.3em;
   margin:auto;
   padding: 20px;
}

.container {
   display:flex;
   background-size: cover;
   height:100vh;
   box-shadow: inset 0 0 0 1000px rgba(0,0,0,.3);
}
