@import url(../fonts/font-face-abel.css);
body {
    font-family: 'Abel';
    background-color: #191919;
    color: white;
}
section {
    padding-top: 100px;
}
h2{
    padding-top: 50px;
    font-size: 50px;
}
h4{
    padding-top: 50px;
}
h4 a {
    color: white;
}

h4 a:hover {
    color: white;
    text-decoration: underline;
}
img {
    width: 100px;
    height: auto;
}
#scrollup {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    background-color: #6a6a6a;
    color: white;
    cursor: pointer;
    border-radius: 55px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    width: 50px;
    height: 50px;
  }
  
  #scrollup:hover {
    background-color: #808080;
  }