* {
   outline: 1px solid red !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
} 
.screenshoot {
  color: red;
  max-width: 460px;
  }
  .description {
  margin-left: 20px;
	max-width: 705px;
}
.app {
    display: flex;
}
.tittle{
  background-color: #33BEBE;
  font-family: monospace;
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  color: white;
}