

@media only screen and (max-width: 800px) {


  #navbar{

    position: relative;

  }

  .title{

    position: relative;

  }

  .text{

    width: calc(100% - 20px);
    padding: 10px;

  }


}
