.prev {
  min-height: 300px;
  min-width: 100%;
  background-position: left;
  background-size: cover;
  border-radius: 15px;
  box-shadow: 5px 5px 25px rgba(0,0,0,0.1);
  margin-right: 10px;
  z-index: 3;
  transition: all 0.9s ease;
}

.prev:hover {
  /*-o-transform: scale(1.1,1.1);*/
  /*-ms-transform: scale(1.1,1.1);*/
  /*-moz-transform: scale(1.1,1.1);*/
  /*-webkit-transform: scale(1.1,1.1);*/
  /*transform: scale(1.1,1.1);*/
  box-shadow: 7px 7px 27px rgba(0,0,0,0.2);
  background-position: right;
}

.par {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 50px;
}

.tag {
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  font-family: Montserrat, sans-serif;
  color: rgb(124,3,135);
  padding: 10px;
  display: inline-block;
  margin: 5px;
}

.tag-tools {
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  font-family: Montserrat, sans-serif;
  color: rgb(37,135,3);
  padding: 10px;
  display: inline-block;
  margin: 5px;
}

.tag-dev {
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  font-family: Montserrat, sans-serif;
  color: rgb(251,52,8);
  padding: 10px;
  display: inline-block;
  margin: 5px;
}

.tag-dev:before {
  content: url("../../assets/img/poison.svg");
  margin-right: 5px;
  margin-bottom: -3px;
}

div {
  margin-top: 15px;
  padding-bottom: 30px;
  z-index: 0;
}

p {
  font-family: 'Montserrat';
}

.col-md-6 {
  padding-right: 50px;
}

#me {
  width: 299px;
  height: 299px;
  min-height: 100px;
  min-width: 100px;
  border-radius: 200px;
  margin: auto;
}

