
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	width: 100%;
}


header{
    background-color:white;
    width: auto;
    height: auto;
    padding: 10px;
    text-align: center;
    display: block;
}



li {
    margin: 5px;
    padding: 10px;
 padding: 10px;
    list-style: none;
    font-family:'Raleway', sans-serif;
    font-size: 20px;
    color:violet;

}
a {
    text-decoration: none;
    color: black;
    font-size: 10px;
    font-family: 'arial',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    }


body {
    align-items: center;
    background-color: lightgoldenrodyellow;
    /* display: flex; */
    margin: 0;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    /* overflow: hidden; */
    text-align: center;
}
h1 {
    font-family: sans-serif;
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    line-height: 46px;
    margin: 0 0 30px 0;
    text-shadow: 0px 2px 4px rgba(34, 62, 66, .75);
    color: aliceblue;
    }

figcaption {
  color: black;
  font-size: 15px;
  font-family: sans-serif;
  margin-left: center;
  margin-top: 30px;
  border-top: 1px solid violet;
  padding-top: 10px;
  border-bottom: 1px solid #f668bc;
  padding-bottom: 10px;
}

aside {
    margin-top: 100px;

}
h3{
    font-family: sans-serif;
    text-align: center;
    font-size: 20px;
    margin: 30px 0 80px 0;
    text-align: center;

}

h4{
    font-family: sans-serif;
    text-align: center;
    font-size: 20px;
    margin: 15px 0 20px 0;
    text-align: center;

}
.menu{
	
	display: flex !important;
	justify-content: space-between;
align-items: center;
	margin-left: auto;
	margin-right: auto;
	list-style: none !important;
	list-style-type: none !important;
	/* padding: 0 20px; */
}
.menu li{
    padding: 5px 30px;
    text-align: center;
    transition: all .2s ease-in-out;
}
.menu li:hover{
	background-color: blueviolet;
    transition: all .2s ease-in-out;

}

footer {
    background-color: whitesmoke;
    width: auto;
    height: auto;
    padding: 30px;
}
.mar_top1 {
    margin-top: 1em;
}

.mar_top2 {
    margin-top: 2em;
}

.mar_bot1 {
    margin-bottom: 1em;
}

.mar_bot2 {
    margin-bottom: 2em;
}

