body {
	background-image: url("../images/bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed; 
	background-size: cover;
}

img
{
	display:block;
	margin: auto;
	border-style: dotted;
	border-radius: 35%;
	width: 500px;
}

.uc
{
	text-align:center;
	display:block;
	margin-bottom: 100px;
	color: white;
	font-family: "Roboto", serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
	font-size: 4em;
	font-variation-settings: "wdth" 100;
	text-shadow: 1px 1px 1px black;
}

.box
{
	position: absolute;
	right: 0;
	left: 0;
	top: 40%;
	transform: translateY(-40%);
	margin: auto;
	vertical-align: middle;
}

