* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	background: #fff;
}

body {
	font-family: 'Baskervville', serif;
	background: #fff;
	width: 1050px;
	margin: 0 auto;
}

.btn {
	background: #e70000;
	padding: 10px 30px;
	border-radius: 7px;
}

li {
	list-style: none;
}

p {
	color: #490606;
	line-height: 1.5;
}

/* Header Styles */

header {
	background-color: #fff;
	border-bottom: 7px solid #e70000;
}

header img {
	padding: 25px 0 25px 25px;
}

/* Footer Style */

/* Navigation Style */

nav {
	height: 55px;
	background: #e70000;
	color: #fff;
}

.flex-container {
	display: flex;
	justify-content: space-around;
}
