* {
	padding: 0;
	margin: 0;
	font-family: 'Indie Flower', cursive;
	box-sizing: border-box;

}
header {
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	background-position: center center;
	position: relative;
}

h1 {
	font-size: 5vw;
	margin-top: -12px;
}

p {
	line-height: 150%;
}

.box {
	background-color: rgba(255,255,255, 0.45);
	position: absolute;
	top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
	padding: 25px 20px 25px;
    border-radius: 20px;
}

.words {
	float: center;
	padding: 20px;
}

.greet {
	text-align: center;
	width: 100%;
}

side {
	width: 65%;
	border-left: 1px dashed;
}

section div h3 {
	margin-top: -8px;
}

.social-icons {
  text-align: center;
  }  
.social-icons li {
  display:inline-block;
  list-style-type:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  }
.social-icons li a {
  border-bottom: none;
  }
.social-icons li img {
  width:40px;
  height:40px;
  margin-right: 20px;
}