h3{
  font-size: 20px;
  color: #740202;
line-height:60px;
margin:15px;}

p.bodyheader
{
  font-size: 30px;
  color: #452363;
  text-align: center;
}

.socialicons{
display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    position: fixed;
    top: 50%;
    right:0;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    z-index: 10000000;
}
/* Style all font awesome icons */
.fab, .fas{
margin-top:1px;
  padding: 8px;
  width:25px;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  background: #a584c6;
  color: #000;
  border-radius: 10px 0px 0px 10px;
  color:white;
}

/* Add a hover effect if you want */
.fab:hover,.fas:hover {
  opacity: 0.7;
}
.fa-facebook {
  background: #3B5998;
}
.fa-twitter {
  background: #55ACEE;
}
.fa-youtube {
  background: #e52d27;
}
.fa-twitch {
  background: #6441a5;
}
.fa-instagram {
  background: #527fa3;
}
.far{
margin-top:1px;
  padding: 8px;
  width:25px;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  color:#5ac47a;
}
.undercons{
position: absolute;
  top: 88px;
    z-index: 1;

  left: 0;color:silver;}
  
.pop{
  color: #740202;
    FONT-weight: 600;
font-size:15px;
//background:#9671b3;
//border: solid 1px #452363;
//padding:5px;
}
