body{
    background-color:white;
   
    margin:0%;
}
.input-container {
    position: static;
    margin-bottom: 15px;
    width:100%;
}
.input-container img {
    position: relative;
    
    top: 75%;
   
   
    border-radius:30px;
    border-color:rgb(255, 0, 174);
}
.input-container input {
    margin: 0;
    padding: 24;
    height: 48px;
    width: 85%;
    font-size: 22px;
    border-radius: 20px;
    background-color: aqua;
    color: rgb(255, 0, 174);
    border-color: rgb(255, 0, 174);


}
.label {
    display: block;
    font-size:25px;
    font-weight: bold;
    color:rgb(255, 0, 174);
    
}
.main-container{
    
    background-color: aqua;
    width: auto;
    height: auto;
    margin: auto;
    padding: 20px;
    text-align: center;
    color:rgb(255, 0, 174);
    font-weight: bolder;
    border-color:rgb(255, 0, 174);
    
  

}
.signuplogin-button{
    width: 200px;
    height: 40px;
    border-radius: 10px;
    background-color: aqua;
    font-weight: bolder;
    color:rgb(255, 0, 174);
    border-color:rgb(255, 0, 174);
}
.logoutyesbutton{
    font-size: xx-large;
    border-radius: 10px;
    background-color:red;
    font-weight: bolder;
    color:white;
    border-color:rgb(255, 0, 174);
    text-decoration: none;
    padding:5px;
    margin-top:10px;
}
.logoutnobutton{
    font-size: xx-large;
    border-radius: 10px;
    background-color: green;
    font-weight: bolder;
    color:white;
    border-color:rgb(255, 0, 174);
    text-decoration: none;
    padding:5px;
    margin-left:10px;
    margin-top:10px;
    line-height: 4em;
}
.responsive {

    font-size: 0;
    float: left;
}

.image-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    
}
#errors{
background-color:red;
color:white;
font-size: large;
font-weight:bold;
padding:2px;
margin: 2px;

}
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    
    color: grey;
    
}

.profile-container {
    background-color:white;
    color:rgb(255, 0, 174);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    text-align: left;
    width:100%;
    height:auto;
    margin:0px;
}

.profile-image {
    max-width:350px;
}

h1, strong {
    color:black;
    padding:2px;
}

.edit-button {
    position: absolute;
    margin-top: 0px;
    padding: 10px 14px;
    background-color: green;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    
}

.edit-button:hover {
    background-color:rgb(255, 0, 174); 
}
.menu {
    display: ruby-text;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #ccc; /* Green background */
    padding: 8px;

    
}

.menu a {
    display: block;
    color: white; /* White text */
    text-align: center;
    padding: 3px 3px;
    margin: 3px;
    width:100px;
    text-decoration: none;
    border-radius: 10px; /* Capsule-like shape */
    background-color: #4CAF50; /* Green background */
    transition: background-color 0.3s;
    
}

.menu a:hover {
    background-color: #45a049; /* Darker green on hover */
}


.post {
    border: 1444px solid #ccc;
    padding: 10px;
    background-color:white !important;
    margin-bottom: 10px;
}
.post-header {
    display: flex;
    align-items: center;
}
.profile-image {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.username {
    font-weight: bold;
    margin-left:0px;
    
}
.time-ago {
    font-size: 12px;
    color: #777;
}
.post-content img, .post-content video {
    width: 100%;
    height: auto;
}