body{
 background-color: #DEFCF9;
   
}
#title-box {
 position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  
  width: 100%;
  height: 15vh;
  padding-top: 2vh;
  font-size: 2vh;
  font-family: 'Kanit', sans-serif;
  text-align: center;
  color: white;
  text-shadow: 2px 2px rgb(0,0,0);
  
  
  background-image:
url("https://projects.codecraftworks.com/web/EALFGRywnpTdsph108fs/assets/eternum_map_by_augustinasraginskis_dbldub1-pre.png");
  background-position: top; 
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
#title-box:hover{
 color: red; 
}
#content{
 position: absolute;
  top: 20vh;
  margin: 0vh 5vw;
  padding-bottom: 12 vh;
  
  
}
#page{
  margin: 3vw;
}

.project
{
 background-image: url("https://projects.codecraftworks.com/web/EALFGRywnpTdsph108fs/assets/eternum_map_by_augustinasraginskis_dbldub1-pre.png");
background-size:cover;
  background-repeat:no-reapeat;
  background-position: center;
  background-color: #DEFCF9;
	max-width: 75vw;
  margin-bottom: 5vw;
  padding: 3vh 3vw;
  padding-top: 5vw;
  border-radius: 2%;
  
}

.project img{
 max-width:80%;
   border-radius: 2%;
}
.project a {
 	text-align: center;
  text-shadow:2px 2px 4px black;
  color: red;
  font-weight: bold;
  font-family: "Arial", sans-serif;
  font-size: 3vh;
  text-decoration: none;
}

