/* ===============================================
   Custom styles
   =============================================== */

   .backgroundcolorblack {	
   	background-color: #000000;
      background-repeat: no-repeat;
   }
   .divname {
   	font-size: 100px;
   	color: #8A0707;
   	text-align: center;
   }
   .divrole {
   	font-size: 40px;
   	color: white;
   	text-align: center;
   }
   .divsocialbuttons {
   	text-align: center;
   }
   .linkbuttons {
      background-color: #000000;
      border: none;
      color: white;
      padding: 20px 20px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 50px;
      margin: 4px 2px;
      cursor: pointer;
   }
   .clanemblemleft {
      height: 10%;
      width: 10%;
      float: left;
   }
   .clanemblemright {
      float: right;
      height: 10%;
      width: 10%;
   }
   #buttons {
    display: flex;
    align-items: center;
    justify-content: center;
 }
