body {
  background-image: url("/texture.png");
  color: black;
  font-family: "Times New Roman", Times, serif;
  line-height: 2;
  text-align: center;
  font-size: 100%;
}

p {
  font-size: 1.25em;
}

h1 {
  color: purple;
}

.bio {
  text-align: left;
}

/* This is the nav style and formatting */

nav ul {
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px;
    float: none;
    overflow: hidden;
    width: fit-content;
    margin: auto;
    padding: 6px;
}

nav li {
    float: left;
}

nav a {
    border: 4px;
    text-decoration: none;
    color: white;
    padding: 6px 6px;
}