body{
	text-decoration: none;
}

.navbar{
	background: blue;
	font-family: calibri;
	padding-right: 15px;
	padding-left: 15px;
}
.navdiv{
	display: flex;
	align-items: center;
	justify-content: space-between;
}.logo a{
	font-size: 35px;
	font-weight: 600;
	color: red;
}
 li{
	list-style: none;
	display: inline-block;
}
li a{
	color: white;
	font-size: 18px;
	font-weight: bold;
	margin-right: 100px;
}
button{
	background-color: black;
	margin-left: 10px;
	border-radius: 10px;
	padding: 5px;
	width: 90px;
}button a{
	color: white;
	font-weight: bold;
	font-size: 15px;
}