  #linhoff{
    position: relative;
    top: -50px;
  }

  #abouttxt{
    font-family: 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    font: 1.0em sans-serif;
    line-height: 1.4rem;
    color: rgb(61, 61, 61);
    height: 70vh;
  }

  body{height:100%
    margin-left: 1.5rem;
  }

  h4{
    height: 80%;
    margin-top:10px;
    margin-bottom: 0px;
  }

 

  @media (max-width:300px){
    #abouttxt{
      display: block;
    }
  }