* {
  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%;
}
.text {
  position: absolute;
  top: 26%;
  left: 41%;
}
.card_text {
  position: absolute;
  top: 55%;
}
.card_link {
  color: #424242;
  font-size: x-large;
}
#navbar {
  height: 20vh;
  width: 100%;
  text-align: right;
}
#home {
	text-align: left;
}
#card_slot {
	height: 65vh;
	width: 65vw;
	position: absolute;
	top: 18%;
	left: 18%;
	border-radius: 1%;
	box-shadow: 0px 10px 8px 5px rgb(0,0,0,.5);
}
#card {
	height: 100%;
	width: 100%;
	border-radius: 1%;
}
#email {
  left: 10%;
}
#github {
  left: 47%;
}
#linkedin {
  right: 15%;
}