body, html {
	margin: 0;
	padding: 0;
	font-size: 14px;
	background-color: #fff;
	color: black;
	text-align: center;
	font-family: 'Lexend Exa', sans-serif;
}

header {
    text-align: center;
}

section {
	max-width: 1200px;
	padding: 0 30px;
	margin: auto;
}

h1 {
    margin-top: 75px;
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

ul {
	list-style: none;
	margin-top: 100px;
	margin-bottom: 100px;

}

li {
	text-decoration: none;
	width: 30%;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
}

a {
	text-decoration: none;
	color: black;
	line-height: 2.5;
}

a:hover {
	font-weight: 700;
}

h3:hover {
	font-weight: 500;
}

p {
	text-decoration: none;
}

img {
	width: 120px;
	height: 120px;
	object-fit: cover;
}

footer {
    text-align: center;
}

footer a {
    text-decoration: none;
    color: rgb(82, 92, 230);
    font-size: 16px
}

footer a:hover {
    text-decoration: underline;
    color:rgb(46, 52, 128);
    text-shadow: 0 0 2px rgb(32, 35, 88);
    transition: all .1s;
}