* {
    box-sizing: border-box;
}
body {
    font-family: 'Nunito Sans', 'Arial', sans-serif;
    font-size: 16px;
}
h1, h2 {
    font-family: 'Raleway', 'Helvetica', sans-serif;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
h1 {
    font-size: 3.5rem;
}
h2 {
    font-size: 2.5rem;
}
.material-icons {
    position: relative;
    top: 5px;
}
.container {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
}
.logo {
    width: 40px;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
nav {
    position: fixed;
    top: 0;  
    left: 0; 
    width: 100%; 
    color: white;
    background-image: linear-gradient(to right, #d862ac, #f7608c, #ff6c67, #ff8440, #eba112);
    padding: 0.5rem;
    padding-bottom: 1rem;
}
nav > ul {
    display: inline;
    padding: 0;
    margin: 0;
}
li {
    display: inline;
    margin: 0 1rem;
}
a {
    color: white;
    text-decoration: none;
}
#menu a{
    color:#FF758F;
}
footer a {
    color: white;
    text-decoration: none;
}
header {
    color: white;
    padding-top: 6rem;
    padding-bottom: 1rem;
    background-image: linear-gradient(to right, #d862ac, #f7608c, #ff6c67, #ff8440, #eba112);
    background-size: cover;
    background-position: center;
    background-color: #0084af;
}
footer p {
    margin: 0;
    line-height: 1.25;
}
.motto {
    font-style: italic;
    font-size: 1.25rem;
}
#menu {
    background-color: #FFDDD2;
    line-height: 1.5;
    color:#FF758F
}
#menu dt {
    font-size: 1.75rem;
    font-weight: bold;
    margin-top: 1rem;
}
footer p:last-child {
    padding-top: 8px;
}
#menu dd {
    margin: 0;
}
#menu img {
    height: 280px;
    width: 450px;
    border-radius: 15px;
}
#menu .statspic {
    height:500px;
    width:550px;
}
#about{
    background-color: #FFDDD2;
    line-height: 1.5;
    color:#FF758F
}
footer {
    color: white;
    background-image: linear-gradient(to right, #d862ac, #f7608c, #ff6c67, #ff8440, #eba112);
}
a:hover {
    color: #f0f0f0;
    border-bottom: 0.8rem;
    border-bottom-style: solid;
    border-bottom-color: #f0f0f0;
}
