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

.description {
  text-align: left;
}

.description p {
  padding-left: 0px;
  width: 300px;
  margin-left: 0px;
}

.exit {
 float: left;
 margin-bottom: 10px;
}

.projecttitle {
  margin-top: 30px;
}

}