header ,main,footer{
    margin: 0 auto;
    width: 1000px;
    text-align: center;
}
nav ul {
    padding: 0;
    list-style-type: none;
    display: flex;
	justify-content: space-between;
}
nav a {
    text-decoration: none;
    color: #D3595B;
}
nav a:hover {
    background-color: #D3595B;
    color: #3B16C9;	
}
