
@import url('https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&display=swap');

body {
	font-size: 14px;
  	font-family: "Silkscreen", sans-serif;
 	font-weight: 400;
  	font-style: normal;
	text-align: center;
	color : black;
	background-color: #DFC8F2;

}

p1 {
	color: black;
	
}

.block {

	background-color: #F0EDFF;
	border: solid black;
	width: 60%;   
	margin: 10px auto;   
	text-align: center

}



menu {

  list-style-type: none;
  display: flex;
  padding: 0;
  margin-bottom: 0;
  justify-content: center;
  
}

li {
  flex-grow: 0;
  list-style: none;
}

.my-button {

width: 200px;
font-family: "Silkscreen", sans-serif;
background-color: #E1DBF8;
margin: 20px;

}

.my-button:hover {


font-family: "Silkscreen", sans-serif;
background-color: #F982F0;

}



