@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Playfair+Display:ital,wght@0,500;1,500&display=swap');
body{background: #990030; font-size: 14px; color: #fff; line-height: 180%;}
header{background: #fff; padding: 10px;}
h1{
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	color:#fff;
}
p {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	color: #fff;
	text-align: justify;
}

ul {list-style-type: none; margin: 0px; padding: 0px;}
li a{background: #fff; color:#990030; padding: 20px; display: block; margin-bottom: 5px;font-size: 20px; border-radius: 10px; font-weight:500;}
li a:hover{background-color: #e1be69; text-decoration: none; color:#000;}