@import url('https://fonts.googleapis.com/css?family=Playwrite+US+Trad');


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

body {
	background-color: #F7F1E8;
	align-items: center;
}

html{
	display: flex;
	justify-content: center;
	font-size: 18px;
	padding: 0 0.5rem;
}

main {
	background-color: #FFF9F1;
	font-family: 'Nunito', Arial, sans-serif;
	margin-top: 3rem;
	max-width: 700px;
	padding: 1rem;
	border-radius: 30px;
	outline: true;
	outline-width: 2px;
	outline-style: solid;
	outline-color: #A8570C; 
}


header{
	display: flex;
	flex-direction: column;
}

footer{
	display: flex;
	flex-direction: column;
	margin-top: 2rem;
}

h1, h2 {
	font-family: 'Playwrite US Trad', 'Playwrite USA Traditional', serif, Georgia, 'Times New Roman', Times, serif;
	color: #A8570C;
	font-weight: bold;
	font-size: 22.5px;
}

h1 {

	font-size: 32.4px;
}
h2 {
	font-size: 22.5px;
}

h3{
	color: #A8570C;	
	margin: 10px;
}
section{
	display: flex;
	flex-direction: row;
	gap: 1rem;
}

strong, b {
	font-weight: bold;
}
menu { display: flex; flex-direction: row; padding: 5px 0; gap: 1rem; list-style: none}

ul {
	list-style: none;
	padding: 1rem;
}

ol {
	padding: 1rem;
}
.rotate {
	transform: rotate(2deg);
	border-width: 5px;
	border-radius: 3px;
	border-color: white;
}

.center {
	justify-content: center;
}

.header-top-row {
  	display: flex;
  	justify-content: space-between;
  	align-items: flex-end;
}

.header-bottom-row {
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
  	margin-top: 0.5rem; 
}

a{
	text-decoration: none;
	color: #A8570C;	
	font-family: 'Nunito', Arial, sans-serif;
}

a:hover{
	
}

.c1{
	gap: 1rem;
	font-size: 24px;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-radius: 10px;
	border-color: #A8570C;
    background: #A8570C;
    color: #FFF;
}

#recent-adoptions {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#recent-adoptions div {
    display: flex; 
    flex-direction: row;
}

#recent-adoptions li {
	border-radius: 10px;
    border-width: 3px;
    border-color: #2E261C;
    background: white;
    padding: 1rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    width: 200px;
}
