html{
  scroll-behavior: smooth;
}

body{
	font-family: Arial;
	line-height: 2em;
	margin:30px;

}

nav {
	
	display: flex;
	justify-content: center;
	align-items: center;
	list-style-type: none;

}

li{
	margin:5px;
}

p{
	margin:50px;
	margin-right: 150px;
	margin-left: 150px;
	
}

img, h2{
	margin:50px;
	margin-right: 150px;
	margin-left: 150px;

}

a:link, a:visited{
  border-radius: 25px;
  color:black;
  background-color:#F0E68C;
  padding: 10px 20px;
  text-decoration: none;
  text-align: center;
  margin-left: 0px;
  transition-duration: 0.4s;
  font-weight: bold;

}

a:hover, a:active {

  background-color: black;
  color:#F0E68C;

}

/*back to top button style*/
#backtotop{
  position:fixed;
  bottom: 30px;
  right: 30px;
  /*brings it forward */
  z-index: 300;
  text-decoration: none;

}

a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

.projectlink{
    text-align: center;

}