@import url('https://fonts.googleapis.com/css2?family=Amarante&family=Berkshire+Swash&family=Playwrite+GB+J+Guides:ital@0;1&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.amarante-regular {
  font-family: "Amarante", serif;
  font-weight: 400;
  font-style: normal;
}
  
#NOFid1 {
  position: absolute;
  top: 50px;   /* distance from top */
  left: 100px; /* distance from left */
  max-width: 150px;
  cursor: pointer;
}

#NOFid2 {
  position: absolute;
  top: 50px;   /* distance from top */
  left: 100px; /* distance from left */
  max-width: 150px;
  cursor: pointer;
}

#NOFid3 {
  position: absolute;
  top: 50px;   /* distance from top */
  left: 100px; /* distance from left */
  max-width: 150px;
  cursor: pointer;
}

#NOFmap {
  position: absolute;
  top: 200px;
  left: 300px;
  max-width: 150px;
  cursor: pointer;
}

/* Clickable images */
.clickable {
border-radius: 5px;
cursor: pointer;
transition: 0.3s;
max-width: 300px;
}

.clickable:hover {
opacity: 0.7;
}

/* Modal background */
.modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.9);
}

/* Modal image */
.modal-content {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
}

/* Caption */
#caption {
text-align: center;
color: #ccc;
padding: 10px;
}

/* Close button */
.close {
position: absolute;
top: 15px;
right: 35px;
color: #fff;
font-size: 40px;
cursor: pointer;
}
  
.back{
  height: 100px;
  width: 100px;
  top: 50em;
  left: 50em;
  }

.networksummary p{
  font-family: "Amarante", serif;
  text-align: center;
  }
  
.networkbook{
  height: 300px;
  width: 300px;
  margin: 300px 1000px;
  }
  