#header{
	background: mediumpurple;
	padding: 15px;
	margin:0px;
} 
.#header .group-1 li a:hover{
	background:#fff;
	color:#ee006d;
	transition:0.5s ease;
	padding:5px
}
.menu li{
	display: inline-block;
	font-size: 30px;
	padding: 10px;
	text-align: center;
	font-weight: 600;
	margin-top: 20px;
	font-family:colenna mt;
	margin-right: 100px;
	text-transform: uppercase;
}


#main {
	background:blue;
	width:90%;
	padding:67px;
	margin:0;
	text-align: center;
}
#main h2 {
	color:#000;
	font-size:35px;
	font-family:bahnschrift;
	margin-top:-20px;
	text-align: center;
}
.info {
	display: flex;
  	flex-direction:column;
  	text-align:center;
  	max-width: 300px;
    margin: auto;
    background:none;
   	padding: 50px;
   	color: blue;


}label {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
    font-family:bahnschrift;
    color:#000;
    text-align: center;
    margin-right: 70px;
}
.info input {
	height:40px;
	padding:20px;
}

.info button {
  background:#000010;
  color: white;
  text-transform:uppercase;
  font-family:bahnschrift;
  font-weight:bolder;
  padding: 12px;
  border: none;
  cursor: pointer;
  width:100%;
  font-size:20px;
  height:60px;
  box-shadow: inset 0 0 0 50px transparent;
  transition:1.1s;
}
.info button:hover {
  box-shadow: inset 0 0 0 0 white;
  color:#000;
}
.remember {
  width: unset;
  margin: 20px .0em 20px 0;
  vertical-align: middle;
}.account {
	display:flex;
	flex-wrap:wrap;
	max-width:500px;
	margin:auto;
	justify-content:space-between;
}
.account a {
	text-decoration:none;
	font-family:bahnschrift;
	font-size:20px;
	color:#000;
	flex:1;
}
.account a:hover {
	transition: .5s ease;
	color:red
}
footer {
background-color: #333;
color: #fff;
padding: 20px 0;
}
.footer-container {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.footer-section {
flex: 1;
margin: 10px;
min-width: 200px;
}
.footer-section h4 {
margin-bottom: 10px;
}
.footer-section ul {
list-style-type: none;
padding: 0;
}
.footer-section ul li {
margin-bottom: 5px;
}
.footer-section ul li a {
color: #fff;
text-decoration: none;
}
.footer-section ul li a:hover {
text-decoration: underline;
}
.footer-bottom {
text-align: center;
margin-top: 20px;
font-size: small;
}