.main_title {
  line-height: 1.2em;
  text-align: center;
  font-size: 4.5em;
  margin-top: 2.5em;
  margin-bottom: 0.5em;
}

.intro {
  padding-top: 1em;
  line-height: 1.5em;
}

.content {
  display: block;
  margin: auto;
  margin-top: 1.5em;
  text-align: center;
  line-height: 1.5em;
  padding-bottom: 2em;
}


.intro,
.content {
  text-align: justify;
}

.me {
  float: left;
  height: 90px;
  width: 90px;
  background-color: blue;
  background: url("img/me.jpg") no-repeat;
}

.logo {
  float: right;
  height: 90px;
  width: 90px;
  background-color: blue;
  background: url("img/logo.png") no-repeat;
}

.name {
  margin-top: 0.6em;
  text-align: center;
  color: #41DB00;
}

.text {
  width: 75%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #41DB00;
  text-decoration: none;
  border: 1px solid;
  background: #000;
  box-shadow: 4px 8px 10px #144200;
  max-width: 850px;
}

.text a,
.text a:visited {
  color: #41DB00;
  font-weight: bold;
  text-decoration: none;
}

.text:before,
.text:after {
  content: "";
  display: table;
}
.text:after {
  clear:both;
}

@media only screen and (min-width: 640px) {
  .intro {
    padding-top: 9em!important;
  }