@import url(https://fonts.googleapis.com/css?Noto+Serif);

body {
    background-color: #d5d5d5;
}


div {
    background-color: #252525;
    overflow: hidden;
    margin: -10px;
    padding: -10px;
    text-align: center;
    line-height: 60px;
    font-family: "Noto+Serif";
    font-style: italic;

}

.topnav a {
    color: #f2f2f2;
    padding: 14px 16px;
    font-size: 26px;
    font-family: "Noto+Serif";
    padding: 10px;
    font-style: italic;
}

h1 {
    color: #252525;
    text-align: center;
    font-family: "Noto+Serif";
    font-size: 60px;
    font-style: italic;
}

h2 {
    color: 252525;
    text-align: center;
    font-family: "Noto+Serif";
    text-align: center;
    font-size: 30px;
    font-style: italic;
}

p {
    text-align: center;
    font-size: 18px;
    color: #252525;
    padding-bottom: 20px;


}

ul {
    text-align: center;
    font-size: 20px;
    color: #252525
}

img {
    align-content: center;
    max-width: 100%;

}
