@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');
body {
                 background-color: #A39EA1;
               }
h1, h2, h3 {
      font-family: 'Raleway', sans-serif;
}
h1 {
                  background-color: #521436;
                  color: #A39EA1;
                  font-size: 50px;
                  text-transform: uppercase;
                  text-align: center;
               }
h2 {
                  background-color: #595758;
                  color: #A39EA1;
                  font-size: 30px;
                  text-align: center;
               }
h3 {
                  color: #521436;
                  font-size: 20px;
                  text-align: center;
               }
p {
                  color: #521436;
                  font-family: 'Helvetica', sans-serif;
                  font-size: 16px;
				  margin-left: 20px;
				  line-height: 1.5;
               }
li,
p {
				  color: #521436;
                  font-family: 'Helvetica', sans-serif;
                  font-size: 16px;
 				  line-height: 2;
}
footer {
                  color: #521436;
                  font-family: 'Helvetica', sans-serif;
                  font-size: 16px;
				  text-align: center;
               }
nav {
       			  font-weight: bold;
       			  color: #521436;
                  font-family: 'Helvetica', sans-serif;
                  font-size: 16px;
				  text-align: center;
}