* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  text-align: center;
  font-family: Trebuchet MS;
}
body {
  /*background-color: #535E7A;*/
  background-image: url(../imgs/home.jpg);
  background-size: cover;
}
.link {
  margin: 0px 20px;
  color: #b8bdff;
  position: relative;
  top: 30%;
  right: 3%;
}
#navbar {
  height: 20vh;
  width: 100%;
  text-align: right;
}
#resume {
	height: 80%;
	width: 80%;
	margin: 5%;
	box-shadow: 0px 10px 8px 5px rgb(0,0,0,.5);
}