@import url('https://fonts.googleapis.com/css?family=Ubuntu');

.topbar {
	background-color: #3a4454;
	position: fixed;
    top: 0;
    left: 0;
	width: 100%;
	height: 8%;
}

p {
	position: fixed;
	left: 1%;
	top: 0%;
	color: white;
	font-family: Ubuntu;
	font-size: 22px;
}