.about_me {
	float: left;
	width: 45%;
	margin-left: 20px;
	border-style: solid ;
    border-width: 2px;
    border-color: var(--tertiary);
	background-color: rgba(255, 237, 235, 0.7);
}

.about_me img {
	float:left;
	width:130px;
	height:auto;
	border-style: solid ;
    border-width: 2px;
    border-color: var(--tertiary);
}

.about_me h1 {
	text-align: center;
}

.about_me p {
	float: right;
	width: 130px;
	margin-left: 135px;
}

.about_me table td, table th {
	border:0px;
	vertical-align: top;
}

#homepage_image {
	float: left;
	width: 45%;
	margin-left: 20px;
	border-style: solid ;
    border-width: 2px;
    border-color: var(--tertiary);
	background-color: rgba(255, 237, 235, 0.5);
	padding: 5px;
}

#homepage_image h1 { 
	font-size: 12px;
	text-align: center;
}

#drag1 {   
   
    width: 650px;
    margin: 12vh auto;
    
	
}
	

.stickers {
    border: 1px solid var(--tertiary);
	background-color: none;
    height: 100px;
    width: 95%;
	position: relative;	
	margin-left: 14px;
	margin-top: 5px;
}

.stickers img {
	height:50px;
	max-width: 196px;

}
/* stuff to do with the popup windows */	
.popup_corner {
    float: right;
	width: 45%;
	height: auto;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	padding: 2% 10%;
}

.popup_corner button {
  background-color: var(--primary_light);
  color: var(--primary_dark);
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 13px;
  border: 1px solid var(--tertiary);
  border-radius: 2px;
  cursor: pointer;
  width: 100px;
  height: auto;
  height: auto;
  float: left;
  margin: 1px;
}

#fav_albums {
	position: relative;
	  display: inline-block;
}

#fav_albums img {
	width: 100%;
	aspect-ratio: 1 / 1;
	margin-left: 0%;
	margin-top: 0%;
	border: dashed;
	border-width: 1px;
	border-color: var(--tertiary);
	
}	

#fav_albums h3 {
	text-align:center;
}

#fav_albums .tooltip {
	width: 31%;
}

#fav_books {
	position: relative;
	  display: inline-block;
}

#fav_books img {
	width: 110%;
	aspect-ratio: 1 / 1.5;
	margin-top: 0%;
	border: dashed;
	border-width: 1px;
	border-color: var(--tertiary);
}	

#fav_books h3 {
	text-align:center;
}

#fav_books .tooltip {
	width: 20%;
	margin-left: 8px;
}

#footer {
    width: 650px;
    margin: 1vh auto;
    cursor: move;
	height: 115px;
	background: #2a9b84;
	background-image: url(img/dot_bg_test.png),
		linear-gradient(180deg,rgba(229, 199, 178, 1) 25%, rgba(85, 147, 141, 1) 100%);
	padding: 5px;
	
}	

