h1 {
    font-family:monospace
}
h2 {
    font-family:monospace
}
h3 {
    font-family:monospace
}
h4 {
    font-family:monospace
}
h5 {
    font-family:monospace
}
p {
    font-family:monospace
}
.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
.header {
    display: block;
    float:right;
    margin-left: auto;
    margin-right: 37%;
    width: 50%;
    height: auto;
} 
.pix {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    max-height: 400px;
}
.blogpost {
    width: 60%;
    float:right;
    margin-left: auto;
    margin-right: 12.5%;
    margin-bottom: 2%;
    border-radius: 25px;
    background: white;
    border:5px solid black;
    padding: 20px;
}
.blogtext {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}
.divcontent {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}
.widediv {
    width: 80%;
    float:right;
    margin-right: 2.5%;
    margin-bottom: 2%;
    border-radius: 25px;
    background: white;
    border: 5px solid black;
    padding: 20px;
}

.navbar {
    height: 100%;
    width: 10%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: white;
    outline: 5px solid black;
    overflow-x: hidden;
    padding-top: 20px;
    padding-left: 20px;
}

a:link {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

.row {
  display: flex;
}

.column {
  flex: 33.33%;
  padding: 5px;
}