/* Main Headings */
h1, h2 {
    text-align: center;
}

/* All text */
h1, h2, h3, h4, p, ul, ol, footer {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    max-width: 110ch;
}

figure {
  text-align: center;
  max-width: 110ch;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

p, ul, ol {
  font-size: large;  
}

.link p {
    line-height: 10px;
}

/* Images */
img {
    width: 85%;
    max-width: 120ch;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.column {
  float: left;
  width: 24%;
  padding: 5px;
  max-width: 35ch;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/* Nav bar */
nav ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 10px;
    background-color: gray;
    color: #fff;
    padding: 10px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;

}

nav ul li {
    display: inline-block;
    margin-right: 20px;
}

nav a:hover {
    color: #ccc;
    ;
}

.navlink {
    color: #fff;
}