body {
    background: linear-gradient(#071c26, #2e486c, #34527b, #35547e, #0d3d5a);
    font-family: Helvetica, sans-serif;
    color: #071c26;
	font-size: 15px;
}

#schiavini-website {
    display: block;
    margin: 170px auto 30px auto;
    min-width: 300px;
    max-width: 600px;
    background-color: white;
    border-radius: 20px;
    padding: 4% 6%;
	filter: drop-shadow(4px 4px 4px #071c26);
}

header {
    margin-bottom: 15px;
}

h1 {
    font-weight: 800;
    font-size: 32px;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 0.2em;
    text-transform: uppercase;
}

h2 {
    font-size: 24px;
    font-style: italic;
    text-align: center;
    margin: 0.2em;
    color: #35547e;
}

h3 {
    font-size: 18px;
    text-align: center;
}

section, nav {
    border-bottom: 1px solid #35547e;
	padding: 20px 0;
}

footer {
    margin-top: 10px;
    font-size: 12px;
}

footer .fa {
    margin: 0 5px;
}

.header-image {
    border-radius: 50%;
    margin: -160px auto 0 auto;
    width: 200px;
    display: block;
    border: 2px solid white;
	filter: drop-shadow(4px 4px 4px #071c26);
}

.button {
    background-color: #35547e;
    padding: 20px 35px;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    white-space: nowrap;
    margin: 5px;
	filter: drop-shadow(1px 1px 1px #071c26);
}

.button .fa {
    margin: 5px;
	filter: drop-shadow(2px 2px 1px #071c26);
}

nav, footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.button {
    flex: 0 0 110px;
}

p {
    margin: 1em 0.5em;
}
