@font-face {
	font-family: pixel_operator;
	src: url('../home page/PixelOperator.ttf'), format('ttf');
	font-style: normal;
	}

p {
    margin: 3px;
}
#music p {
    margin: 2px;
}

body {
    font-family: pixel_operator, monospace;
    background-color: rgb(8, 18, 26);
    background-image: url(background_About.png);
    background-position-x: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	height: auto;
	width: 100vw;
}
#abt {
    margin-top: 100px;
    margin-left:150px;
    margin-bottom: 0px;
    border-color: aqua;
    border-width: thick;
}
#fav {
    margin-left: 150px;
}

.vtext {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: scale(-1);
    margin-bottom: 10px;
    margin-right: -8px;
}
h1 {
    font-size: 2.5rem;
	font-weight: bold;
	text-shadow: 1px 1px antiquewhite,
		-1px 1px antiquewhite,
		1px -1px #74C365,
		-1px -1px #74C365;
    margin: 0px;
}
h2 {
    font-size: 1.7rem;
	font-weight: bold;
	text-shadow: 1px 1px antiquewhite,
		-1px 1px antiquewhite,
		1px -1px #74C365,
		-1px -1px #74C365;
    margin: 0px;
}

#f {
    display: flex;
    flex-wrap: wrap;
    margin-right: 405px;
    margin-left: 260px;
    justify-content: right;
}

#bio {
    border: 1px solid gray;
    background-color: antiquewhite;
    
    margin-top: 0px;
    margin-right: 400px;
    margin-left: 150px;
    margin-bottom: 0px;
    
    padding: 5px;
}

.favorites {
    background-color: antiquewhite;
    padding: 5px;
    width: fit-content;
    margin: 10px;
}
.favorites img {
    height: 150px;
}

#color-swatch1 {
    height: 70px;
    width: 70px;
    background-color: rgb(72, 85, 37);
    margin-bottom: 10px;
}
#color-swatch2 {
    height: 70px;
    width: 70px;
    background-color: rgb(200, 131, 0);
}

#portrait {
    z-index: 100;
    position: absolute;
    height: 800px;
    
    top: 50px;
    margin-left: 1000px;
    
    -webkit-filter: drop-shadow(1px 1px 0 antiquewhite)
                  drop-shadow(-1px -1px 0 antiquewhite);
    filter: drop-shadow(1px 1px 0 antiquewhite) 
            drop-shadow(-1px -1px 0 antiquewhite);
}

#flower {
    z-index: 99;
    position: absolute;
    height: 200px;
    bottom: -5px;
    left: 400px;
    
    transform: rotate(-30deg);

}

#flowerTXT {
    margin-right: 200px;
}

#teabag {
    z-index: 98;
    position: absolute;
    height: 270px;
    bottom: -10px;
    left: 100px;
    transform: scaleX(-1);
    
}

#drinkTXT {
    z-index: 97;
    position: absolute;
    left: 150px;
    bottom: 0px;
}

#backArrow {
    z-index: 101;
    position: absolute;
    top: 0px;
    height: 60px;
}