
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(https://file.myfontastic.com/n6vo44Re5QaWo8oCKShBs7/icons.css);

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  color: #3A1F03;
  background: #FFFBEB;
  margin: 0;
  padding: 0;
}

.card {
  text-align: center;
  line-height: 30px;
  background: #FFFEFA;
  padding: 5px;
  margin-top: 250px;
  border-top: 1px solid #E4DEC3;
  border-bottom: 1px solid #E4DEC3;
}

.name {
  color: #8A1709;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}

.title {
  font-size: 15px;
  font-weight: 700;
}


.sep {
  opacity: 0.3;
}

.links {
  margin-top: 30px;
  text-align: center
}

.link-icon {
  height: 28px;
  width: 28px;
  font-size: 20px;
  display: inline-block;
  margin: 4px;
  color: #fff;
  background: #000;
  border-radius: 3px;
  text-align: center;
  line-height: 32px;
  opacity: 0.3;
  text-decoration: none;
}

.link-icon:hover {
  opacity: 0.6;
}



