body {
    font-family: helvetica, arial, sans-serif;
    background-color: #000000;
}


h1 {
    color: #ffffff;
    text-align: left;
    font-style: normal;
    font-size: 80px;
    letter-spacing: 2px;
    font-family: 'Spartan', sans-serif;
    margin-bottom: 30px;
}

#textandbutton {
    margin-top: 2%;
    margin-left: 200px;
    position: absolute;
}

#mars {
    margin-top: 20px;
    position: relative;
    margin-left: 50%;
    display: inline;
    z-index: -20;
    width: 40%;
    height: 40%;
    margin-bottom: -100px;
}

#search {
    background-color: rgba(255, 255, 255, 0);
    color: white;
    margin-left: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 12px;
    letter-spacing: 3px;
    border: 2px solid rgb(255, 255, 255);
    text-align: center;
    padding: 15px;
    width: 75%;
    transition: color 150ms ease-in-out, background-color 150ms ease-in-out, transform 150ms ease-in-out, box-shadow 150ms ease-in-out;
}

#search:hover {
    background-color: white;
    color: black;
    cursor: pointer;
}

#nameLabel {
    margin-left: 40px;
    margin-top: -5px;
    position: fixed;
}

.conten {
    color: rgb(255, 255, 255);
    border-radius: 7px;
    display: none;
    margin-left: 35%;
    align-content: center;
    width: 614px;
    height: 855px;
    transition: color 200ms ease-in-out, background-color 200ms ease-in-out, transform 200ms ease-in-out, box-shadow 200ms ease-in-out;
    background-color: rgb(0, 0, 0);
    margin-bottom: -80px;

}


img {
    width: 614px;
    height: 550px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.bu {
    color: rgb(136, 136, 136);
}

.dataName {
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin-left: 10px;
    margin-top: -5px;
}

#username {
    color: rgb(255, 255, 255);
    margin-top: -53px;
    margin-left: 11%;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.logo {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-top: 20px;
    z-index: -20;
    border-radius: 50%;
}

#backButton {
    display: none;
    background-color: rgba(255, 255, 255, 0);
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 12px;
    letter-spacing: 3px;
    color: rgb(255, 255, 255);
    border: 1.5px solid rgb(255, 255, 255);
    text-align: center;
    padding: 10px;
    width: 8%;
    position: fixed;
    margin-top: 40px;
    transition: color 200ms ease-in-out, background-color 200ms ease-in-out, transform 200ms ease-in-out, box-shadow 200ms ease-in-out;
    margin-left: 40px;
}

#backButton:hover {
    background-color: white;
    color: black;
    cursor: pointer;
}

.clickButton {
    background-color: rgba(169, 169, 169, 0);
    border: 2px solid rgba(255, 255, 255, 0);
    transition: color 200ms ease-in-out, background-color 200ms ease-in-out, transform 200ms ease-in-out, box-shadow 200ms ease-in-out, -webkit-text-stroke 200ms ease-in-out, -webkit-text-fill-color 200ms ease-in-out;
    font-size: 25px;
    -webkit-text-stroke: 2px rgb(255, 255, 255);
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    cursor: pointer;
}

#posts {
    margin-top: 40px;
}

.LikeandDate {
    margin-left: 5px;
    margin-top: -15px;
}


.clickButton, .nameShow {
    display: inline-block;
    vertical-align: middle;
}

.nameShow {
    color: rgb(255, 255, 255);
    margin-top: 20px;
    font-weight: bold;
    font-size: 17px;
}


.date {
    color: rgb(155, 155, 155);
    margin-left: 10px;
    margin-top: -6px;
}

.comments {
    color: rgb(155, 155, 155);
    margin-left: 10px;
    font-size: 18px;
    margin-top: -8px;
}

#imageRef {
    color: rgb(155, 155, 155);
    text-align: center;
    font-size: 12px;
    display: none;
}