body 
{margin: 0px; 
height: 100vh; 
width: 100%; 

background-image: url("https://starbug87.neocities.org/PICS/bgs/unsplash4.jpg"); 
background-size: 100% 100%; 
background-attachment: initial; 
background-repeat: no-repeat; 
background-color: rgb(141, 155, 76); 

flex-flow: wrap; 
justify-content: space-around; 
align-items: flex-start;}
#id_1788121277850{width: 100px; height: 100px; position: absolute; z-index: 90; border: 0px rgb(0, 0, 0); left: 630px; top: 201px; display: block;}
#id_1788122278338{position: absolute; z-index: 90; width: 335px; height: 127px; border: 1px rgb(0, 0, 0); left: 511px; top: 305px;}

#id_1788122303755{z-index: 90; width: auto; height: auto; border: medium; position: static; overflow-wrap: break-word; display: display-flex; margin: 0px; text-align: center; font-weight: bold; font-family: "Padauk"; font-style: italic; color: rgb(234, 255, 187); font-size: 25pt; }
#id_1788122572735{z-index: 90; width: auto; height: auto; border: medium; position: static; overflow-wrap: break-word; display: display-flex; margin: 0px; color: rgb(234, 255, 187); font-family: "Padauk"; font-size: 15pt; text-decoration-line: underline; text-decoration-style: dashed; text-align: center; }

/* 1. Unvisited link */
a:link {
  color: #eaffbb; /* Blue */
}

/* 2. Visited link */
a:visited {
  color: #b2bf53; /* Purple */
}

/* 3. Mouse-over/Hover link */
a:hover {
  color: #ffe680; /* Red */
}

/* 4. Selected/Clicked link */
a:active {
  color: #ffe680; /* Yellow */
}

.circlehold {
width:100%;
height:155px;
}

.circletext {
text-align:center;
display: flex;
justify-content: center;
align-items: center;
color:black;
padding:2px;
position:relative;
bottom:150px;
width:300px;
height:140px;
margin:0 auto;
z-index:2;
}

.circle { 
margin:0 auto;
background:#57463d;
opacity:50%; /* feel free to remove this line if needed */
position:relative;
top:2px;
width:300px;
height:150px;
transform: rotate(-10deg);
border-radius:100%;
}

