html, body {
  height: 100%;
}

body
{
  font-family: normal x-small verdana,arial,helvetica,sans-serif;
  color: white;
  background: #2B3641;
  margin: 0;
}

.container {
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.row {
  width: auto;
}

.name {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 55px;
  margin-bottom: 50px;
}

.contact {
  text-align: center;
  font-size: 20px;
  font-style: italic;
}

.fon {
  margin-bottom: 20px
}

.fon span{
  opacity: 0.6;
}

a {
  text-decoration: none;
  color: white;
  transition: opacity 0.2s ease-in-out;
}

a:hover {
  opacity: 0.6;
}