body{
    background-image: url(https://i.pinimg.com/originals/a5/17/69/a51769f26734bde79d30787aa2526bd3.gif);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-family: ajersey-15-regular
}
#main{
    border: 1px solid black;
    max-width: 850px;
    width: 100%;
    height: auto; 
}
#navbar{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
#headimg{
    width: 350px;
   display: flex;

}
h2{
    text-align: center;
    color: #E5E4E2;
}
button{
    text-decoration: none;
    color: #E5E4E2;
    border: 1px solid #E5E4E2;
    border-radius: 10px;
    /* width: 100px; */
    height: 40px;
    font-size: 24px;
    background-color: #6082B6;
    padding-left: 15px;
    padding-right: 15px;
    
}
button:hover{
    background-color: #4f74ad;
}
img{
    margin-bottom: 30px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
p{
    color: #E5E4E2;
    font-size: 20px;
    padding: 5px;
    padding-bottom: 0;
}

a{
    text-decoration: none;
    color: #E5E4E2;
}
.post-link{
    font-size: 24px;
    text-decoration: underline;
    margin-left: 10px;
}
.date{
    margin-top: 0;
}
#blogs{
    display: flex;
    flex-direction: column;
}

#beattime {
    text-align: center;
    color: #E5E4E2;
    font-size: 24px;
    margin-bottom: 15px;
  }
.beat-symbol{
    color: #fbb905;
  }
  #socials{
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-left: 5px;
  }

.social{
    color: #00ffff;
    /* color: #5adba0; */
    text-decoration: underline;
}
.social:visited{
    color: #00ffff;
    /* color: #5adba0; */
    text-decoration: underline;
}