body {
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-size: 1rem;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 

font-size: 15px;
line-height: 18px;
    
    
    
}

.title{
    padding: 1em 0;
    background: rgba(0, 0, 0, 0.8);
    color: rgba(255, 255, 255, 0.5);
}

h2{
    padding-left:25px;
}

.main {
    margin: 25px;
}

.footer {
  padding: 3em 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  background: rgba(0, 0, 0, 0.8);
}

.block-logo {
    float:left;
    padding-left:25px
    
    
}

.block-text {
    margin-left:150px;
    
}

a{
    text-decoration: none;
}

a:link {
color:rgba(150,193,31,1);
}

a:visited {
color:rgba(150,193,31,0.5);
}


a:hover {
color:coral;
}


  /*.footer:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
*/