body{
  color: black;
  background: white;
  font-family: helvetica;
  text-align: center;
  border: 5px solid black;
}

h1{
  color: black;
  background-color: white;
  font-family: arial;
  text-align: center;
  padding: 5px;
  margin-top: 0px;
  font-size: 50px;
  font-weight: normal;
  position:fixed;
  width: 100%;
  left: 0px;
}

.column {
    float: left;
    width: 33.33%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

img{
  width: 80%;
}

.album{
  font-weight: bold;
}

.text{
  font-style: italic;
  font-size: 12px;
}

.bitmoji{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

#insta{
  color: #878787;
}

h2{
  text-align: center;
  font-family: helvetica;
}

a:link{
  color: black;
  text-decoration: none;
}

a:visited{
  color: black;
}

a:hover{
  color: #c6c6c6;
}
