* {
	padding: 0;
	margin: 0;
	font-family: Helvetica;
    text-decoration: none;
	box-sizing: border-box;

}

a:link, a:visited {
    background-color: black;
    color: white;
    padding: 2px 6px;
    text-align: center;
    text-decoration: none;
}


a:hover, a:active {
    background-color: #2196c4;
}
header {
	background-image: url(UZR_website.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	background-position: center center;
	position: relative;
}

h1 {
	font-size: 5rem;
	margin-top: -12px;
}

p {
	line-height: 150%;
    color: #d4336c;
    text-decoration-color: red;
}

.box {
	background-color: rgba(255,255,255, 0.45);
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	padding: 15px 5px 10px;
	border-bottom: 10px solid;
}

.boxM {
    background-color: rgba(255,255,255, 0);
	position: absolute;
	top: 78%;
  left: 52%;
  transform: translate(-50%, -50%);
	padding: 15px 5px 10px;
    border-bottom: 0px solid;
}

.words {
	float: left;
	padding: 10px;
}

.greet {
	text-align: right;
	width: 35%;
}

side {
	width: 65%;
	border-left: 1px dashed;
}

section div h3 {
	margin-top: -8px;
}