@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

.marcellus-regular {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}

fieldset,legend, ul, p, div{
		margin:0; padding:0; border:none; background: transparent none;
		font-weight: normal; font-style: normal; box-sizing: border-box;
		font-size: 15px;
        font-family: "Marcellus";
	}
	
	legend{
		font-weight: 600;
		margin-bottom:var(--layout-gap, .5em);
	}
	
	ul,li{
		list-style: none;
		display: inline;
		padding: 8px;
	}

input{
	padding: 5px;
	margin: 5px;
	font-weight: bold;
	border: 1px solid #333333;}

button{padding:6px 6px;
	border: 1px solid #333333;
	color: #ffffff;
	background: #333333;
	transition: 0.5s;}
	
button:hover {
	color: #333333;
	background: #ffffff;
}