html, body {
  height: 100%;
}
  
h4 {
  font-family: Verdana, Arial, sans-serif;
  text-align:center;
  padding-top: 20px;
  margin: 0px;
  }  
  
a {
  text-decoration: none;
  color: inherit;
}

.linkboxholder {
  display: flex; 
  flex-direction: column;
  align-items: center;
  justify-content: center;
  }

.socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  }

.socials img {
    width: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }


.linkbox {
  display: flex; 
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 350px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  padding: 20px;
  margin: 15px 0;
  }
  
a .linkbox  {
  font-size: 0.8em;
  text-decoration: none;
  color: rgba(243, 235, 13, 1);
}

a .linkbox:hover {
  color: #fff8b0;
  text-shadow:
    0 0 2px #fff8b0,
    0 0 4px #fff9a5;
  box-shadow:
    0 0 6px #fff8b0,
    0 0 12px #fff9a5;
  }

  
