body {
	background-color: black;
}

a {
	color: red;
	text-decoration: none;
	font-size: 50px;
	font-family: 'Permanent Marker', cursive;
	position: absolute;
  	bottom: 0px;
  	right: 25px;
}

p {
	color: white;
	font-family: 'Montserrat Alternates', sans-serif;
}



/* The grid: Four equal columns that floats next to each other */
.column {
  float: right;
  padding: 10px;
}

/* Style the images inside the grid */
.column img {
  opacity: 0.8;
  cursor: pointer;
  width: 90px;
}

.column img:hover {
  opacity: 1;
}

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

/* The expanding image container (positioning is needed to position the close button and the text) */
.container {
  position: relative;
  display: none;
}

#expandedImg {
	margin-top: -150px;
	margin-left: 170px;
}

/* Closable button inside the image */
.closebtn {
  position: absolute;
  top: -160px;
  right: 1100px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}

.bio {
	position: fixed;
	width: 600px;
	right: 25px;
}