body {
    background-color: #030303;
}

.info, .contactInfo, .url {
    background: #1a1a1b;
    color: #d7dadc;
    border: 1px solid #818384;
    box-shadow: transparent;
}

.contactInfoTop {
    background: #1a1a1b;
    color: #d7dadc;
    border-bottom: 1px solid #818384;
    box-shadow: transparent;
}

* {
    font-family: "Noto-Sans", Arial, sans-serif;
    color: #d7dadc; 
}

.commentsList, textarea, .commentRight {
    background-color: #1a1a1b;
    border: 1px solid #818384;
}

button {
    border: 1px solid #edeff1;
    background: #f6f7f8;
    color: #8a8d8f;
    padding: 3px 6px;
}

input {
    border: 1px solid #edeff1;
    background: #f6f7f8;
    color: #8a8d8f;
}

select {
    border: transparent;
    background: #d6d6d6;
    color: #2d2d2d;
}
    
.text1 {
    font-family: "Noto-Sans", Arial, sans-serif;
    color: #d7dadc; 
}

.blogInfo {
    background-color: #1a1a1b;
    border: 1px solid #818384;
}

#bio, #meet {
    background-color: #1a1a1b;
    border: 1px solid #818384;
    border-top: 0px;
    padding: 4px;
}

#siteTitle {
    background: url(https://logos-download.com/wp-content/uploads/2016/06/Reddit_logo_full_1.png) 0 0 no-repeat;
    display: block;
    height: 125px;
    text-indent: -99999em;
    width: 500px;
    overflow: hidden;
    background-size: 390px;
}

.headerTop {
    background: #ffffff;
}

.headerBottom {
    background-color: #f6f7f8;
    width: 100%;
    padding-left: 10px;
    padding-bottom: 10px;
    width: calc( 100% - 5px );
    display: block !important;
    padding-right: 5px;
    padding-top: 5px;
}

.header a {
    color: #d7dadc;
}

.commentPictures, #friends img {
    border-radius: 50%;
}

.username::before, .commentRight a::before {
    content: "u/";
}


.url a {
    font-size: 0px;
}

.url a::before {
    font-size: 15px;
    content: "https://www.reddit.com/r/Myspace";
}

.headerBottom a::before {
    content: "r/";
}

#videos {
    padding-top: 10px;
    padding-bottom: 10px;
}

#videos p {
    font-size: 0px;
}

#videos p::before {
    font-size: 16px;
    content: "Latest Posts from r/videos";
    padding-top: 5px;
}

#videos a {
    font-size: 16px;
}

#blogs {
    padding-top: 10px;
    padding-bottom: 10px;
}

#blogs p {
    font-size: 0px;
}

#blogs p::before {
    font-size: 16px;
    content: "Recent Posts";
    padding-top: 5px;
}

#blogs a {
    font-size: 16px;
}