body {
  background-color: black;
}
h1 {
  width: 100%;
  display: block;
  flex: none;
}
.header {
  margin: auto 0 auto 0;
}
.logo {
  max-width: 300px;
  margin-left: 200px;
}
.content {
  margin: 0px 10% ;
  background-color: rgb(251,229,177);
  font-size: 20px;
  padding: 5%;
}
.column img {
  width: 100%;
}
.ri::after {
  content: 'Art by Rianneke Erikson';
  float:right;
  color: black;
}
.profile img {
  width: 300px;
  height: 300px;
  display: inline;
}
.profile div {
  display: inline-block;
}
.row {
  display:flex;
}
.column {
  width: 50%;
}
nav {
  float: right;
  margin-right: 200px;
  color: white;
  font-size: 32px;
  text-decoration: none;
}
nav a, 
nav a:visited, 
nav a:active, 
nav a:hover {
  text-decoration: none;
  color: white;
}
nav a:hover,
nav a:active {
  text-decoration: underline;
}