@font-face {
  font-family: "Boldonse";
  src:
	url("Boldonse.ttf") format("truetype");
}

body {
	background-color: #303030;
	color: white;
	font-family: "Boldonse", sans-serif;
	font-size: 12px;
}

.construct {
	display: flex;
	align-items: flex-start;
} 

.notworker {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
}

.homerembed {
    margin-left: auto;
}

.centered {
	display: flex;
	justify-content: center;
}

.buttoninput {
	width: 650px;
}

.homerinput {
	width: 1080px;
}

a:link {
	color: #5050CC;
}

a:visited {
	color: #4848A5;
}

sl {
	padding: 50px;
}
