body {
    margin:0;
    padding:0;
    text-align:center; 
    font-family: 'Verdana', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2a2f33;
    background: #040405;
    height:100%;
}

p {
    line-height:1.2;
}
#wrapp {
  margin:auto;
  width:98%;
  max-width:984px;   
  text-align: center;
  display:block;
  clear:both;
  overflow-x:hidden;
  padding:20% 0 0 0;
}
#wrapp.home {
  max-width:1024px;   
}
a, a:hover {
    text-decoration:none;
    color:#4a535a;
    font-size:0.9rem;
}
.wellcome {margin-bottom: 15%;}
img {
    max-width:100%;
    height:auto;
}
.clear {
    width:100%;
    display:block;
    clear:both;
}
.social{
    margin-top:15px;
}