body{
  font-family: Arvo;
  text-align: center;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

h2{
margin: 0;
}

iframe {
    opacity: 0;
    position: fixed;
    background: #000;
    border: none;
    top: 0; 
    right: 0;
    bottom: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    animation: fadeIn 8s linear forwards;

}

@keyframes fadeIn {
    10% {opacity: 0;}
    100% {opacity:.5;}
}

.animated{
  -webkit-animation-delay: .2s;
}

.container-mid{
  position: absolute;
  width: 150px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.container-left{
  position: absolute;
  width: 100px;
  left: 10%;
  top: calc(50% - 25px);

}


.container-right{
  position: absolute;
  width: 150px;
  right: 10%;
  top: calc(50% - 25px);

}

.pink{
 color: hotpink;
 background-color: black;

}

a{
  color: hotpink;
  text-decoration: none;
}

a:hover {
  color: orange;
}

a:visited {
}


 span{
  color: black !important
 }
 
 
@media(max-width:600px){
  iframe{
    display:none
  }
 .container-right{
 display: none;
 }
 
 .container-left{
   display:none;
 }
 
 .container-mid{
   top: 10px;
  transform: translate(-50%, 0%);
  }
}

black-lives {
  transform: rotate(45deg);
}

 