
.button {
	font-size: 1rem;
	font-weight: bold;
	padding: 1em 2em;
	cursor: pointer;
	
}
.Textbuttom{
	background-color: hls(219,90%,44%);
	color: yellow;
	border: none;
}
.Textbuttom:hover {
	background-color: hls(219, 90%, 30%);
}

li {
    display: inline;
    list-style-type: none;
}

li:not(:first-child)::before {
    content: "» ";
}

.Buttonform{
	display: flex;
}

body {
  background-color: LightCoral;
  color: black;
}