body {
  font-family: monospace, sans-serif;
  font-size: 20px;
  line-height: 150%;
  margin: 5px auto;
  max-width: 960px;
}
h1, h2 {
  border-bottom:1px solid #666;
    border-top:2px solid #333;
    font-size:1em;
    font-weight:700;
    letter-spacing:2px;
    margin:16px 0;
    padding:4px 0 3px;
    text-align:center;
    text-shadow:3px 3px 10px #aaa;
    text-transform:uppercase
}
h1 {
  font-size: 150%;
  padding: 8px 0 6px;
}
ol li {
  list-style: decimal;
}

ul li {
  list-style: none;
}

a, a:visited {
  color: black;
}

.pict {
  width: 250px;
  height: 250px;
  float: left;
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width:960px){.pict{display:block;float:none;margin:0 auto 30px}}

#top_bar {
  text-align: center;
    
}
#top_bar a {
  color: #000;
  padding: 10px;
  text-decoration: none;
}
#top_bar a:hover {
  background: #e8e8e8;
}

h1.fn {
  margin-top: 0;
  border: 0;
}

h2 {
  overflow: hidden;
}

.buttons {
    width: 100%;
    text-align: center;
    padding: 15px 0px 0px 0px;
}

.fa-linkedin:hover {
    color:#0e76a8;
}


.fa-telegram:hover {
    color: #0088cc;
}

.fa-github:hover {
     color: grey;
}

.fa-bitbucket:hover {
    coor:#2684FF;
}





.fab {
    padding: 0px 20px 0px 0px;
}

.fa-twitter:hover {
    color:#1DA1F2;
}

.crypted_email:after {
    :after {
  content: attr(data-user) "@" attr(data-address) "." attr(data-env);
}
