* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  min-height: 100vh;
  background: #ffffff;
  /*background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);*/
}

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

.item {
  margin: 15px;
  text-align: center;
}

img {
  margin: 15px;
  max-width: 300px;
}

h1, h2 {
  /*text-shadow: 1px 1px #000000;*/
}

h1, h2, p {
  text-align: center;
  max-width: 450px;
  margin: 15px;
  font-family: 'Roboto', sans-serif;
}

h1 {
  color: #2e2e2e;
}

h2 {
  color: #2e2e2e;
}

p{
  color: #2e2e2e;
}

p a {
  color: #2e2e2e;
  text-decoration: none;
}

.social {
  padding: 0;
  margin: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  list-style: none;
}

.social li {
  margin: 15px;
}

.social li a {
  display: block;
  color: #2e2e2e;
  font-size: 30px;
}

.social li a:hover {
  /*text-shadow: 1px 1px #000000;*/
}