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

html,
body {
  min-height: 100vh;
  background: #277550;
  background: linear-gradient(135deg, #59b67d 0%, #65ad44 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: 200px;
}

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

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

h1 {
  color: #ffffff;
}

h2 {
  color: #ffffff;
}

p {
  color: #ffffff;
}

.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: #ffffff;
  font-size: 30px;
}

.social li a:hover {
  text-shadow: 1px 1px #000000;
}
a:link {
  color: white;
  text-decoration: none;
}

a:visited {
  color: white;
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: underline;
}

a:active {
  color: white;
  text-decoration: underline;
}
