* {
	padding: 0;
	margin: 0;
	font-family: 'Indie Flower', cursive;
	box-sizing: border-box;

}
header {
	background-image: url(beckybackground.jpg);
	background-repeat: no-repeat;
	background-size:contain;
    width: auto;
    height: 100vh;
	background-position: center, center;

}

h1 {
	font-size: 5vw;
	margin-top: -12px;
}

p {
	line-height: 150%;
}

.box {
	background-color: rgba(255,255,255, 0.45);
	position: fixed;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	padding: 30px 3px 3px;
    border-radius: 20px;
    margin: 20px;
}

.words {
	float: center;
	padding: 10px;
}

.greet {
	text-align: center;
	width: 100%;
}

side {
	width: 65%;
	border-left: 1px dashed;
}

section div h3 {
	margin-top: -8px;
}
r