@font-face {
    font-family: 'Bender';
    font-weight: 400;
    src: local('Bender'), url('https://fonts.cdnfonts.com/s/18143/Jovanny Lemonad - Bender.woff') format('woff');
}
 a { color: #9a8866; }

/* yobama if you see this uhhh the whole thing is inside of a div so should i just set the div color lol */
#mybio {	color: #9a8866;
}
#wishtomeet {	color: #9a8866;
}

body { font-family: Bender;
background-color: #0e0e0e;
color: #9a8866; }


.contactInfoTop {
	color: #9a8866;
background-color: black;
border: 4px solid #9a8866;
padding:2px;
}
.bruhButton {
display: inline-block;
width: calc( 49% - 60px );
padding-left: 30px;
height: 24px;
font-size: small;
padding-top: 7px;
margin-top: 6px;
background-repeat: no-repeat;
image-rendering: initial;
width: calc(50% - 36px);
}
.fwiendButton {
background-repeat: no-repeat;
background-image: url(/badges/adm/fwiend.gif);
text-decoration: none;
}
.unfwiendButton {
background-repeat: no-repeat;
background-image: url(/badges/adm/unfwiend.png);
text-decoration: none;
}
.reportButton {
background-repeat: no-repeat;
background-image: url(/badges/adm/report.gif);
text-decoration: none;
}
.friend, .unfriend {
/*	padding-left: 5px;^*/
}
.report {
	padding-right: 5px;
}
.container {
    width: 40em;
    margin: auto;
    padding: 5px;
}

.left {
    float: left;
    width: calc(40% - 20px);
}

.right {
    float: right;
    width: calc(60% - 20px);
	padding-top: 20px;
}

audio {
    width: 235px;
}
.url {
    border: solid 2px #69c;
    padding: 2px;
	box-shadow: 4px 4px #0004;
}
#friends img {
    padding: 5px;
}
.info {
	color: #9a8866;
background-color: black;
border: 4px solid #9a8866;
padding:2px;

}
.center {
	text-align:center;
}
.commentLeft {
/*    background-color: #fc9;*/
}
.grecaptcha-badge {
	/*this shit ruins the experience for me*/
	display:none ;
}
.commentRight {
/*    background-color: #f93;*/
    display: grid;
    grid-template-columns: 75% auto;
    margin-bottom: 1px;
    padding: 5px;
}
.text1 {
	color: #9a8866;
background-color: black;
border: 4px solid #9a8866;
padding:2px;
}
.commentRight img{
    width: 100px;
}

.commentRight .commentPictures{
    width: 80px;
}

.contactInfo {
	color: #9a8866;
background-color: black;
border: 4px solid #9a8866;
padding:2px;
}
.blogInfo {
	padding-left:5px;
}



.friendsGrid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    padding: 5px;
}

.friendsGridItem {
    border: 1px solid black;
    padding: 10px;
}
.my
.banner {
    color: #9a8866;
background-color: black;

    border: 4px solid #9a8866;
padding:2px;
}

.commentRight span { 
    font-size:medium; 
}

.friendRequestAlert {
    color: yellow;
}

.topBarWithItemsThing {
    background-color: #f1f6f2;
    border: 1px solid #e7e8e2;
    border-radius: 5px;
    padding: 5px;
    color: #838d96;
}

.topBarWithItemsThing a {
    color: #838d96;
}

#interests, #bio {padding-bottom: 1em;}