<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.menu {
	top: 130px;
	margin-left: 52%;
	position: absolute;
}
.menu a{
	color: white;
}

.menu a:hover{
	color: black;
}
.navbar {
	display: none;
}
.navbar-inverse {
		border: none;
		background-color: inherit;
		margin-bottom: 0;
		padding-bottom: 0;
		text-align: right;
}
.navbar-toggle: focus {
	background: red;
}
.dupa {
	position: absolute;
	right: 15%;
}
.dupa1 {
	margin-top: 40px;
}
.dupa2 {
	display: none;
}
.dupa3 {
	margin-top: 60px;
}
@media only screen and (max-width: 750px){
	.dupa {
		right: 90%;
	}
	.navbar {
		display: block;
	}
	.menu {
		display: none;
	}
	.dupa3 {
		margin-top: 20px;
	}
	.dupa1 {
		margin-top: 0px;
	}
}
</pre></body></html>