
body{
    background-image: url(https://64.media.tumblr.com/fcb5d1a76c60381925fad19820808591/d5da6469f8ea1281-56/s75x75_c1/307c0ecc885d754e3866c944de0cc1e6cc025835.pnj);
    background-repeat: repeat;
    font-family: Arial;
    color: #292929;
    font-size: 11px;
}
a, a:visited{
    color: #7dbad8;
}
a:hover{
    font-style: italic;
    color: #d91e17;
    cursor:crosshair;
}
.header{
    height: 400px;
    width: 700px;
    overflow: hidden;
    position: relative;
    margin: 10px auto 0px auto;
    z-index: -1;
}
.content{
    width: 700px;
    margin: -124px 0px 0px 450px;
    position: relative;
    display: grid;
    grid-template-columns: 400px 160px;
    gap: 10px;
    grid-template-areas: one two;
}
#one{
    background-color: white;
    height: 500px;
}
#two{
    background-color: white;
    margin-top: 90px;
    height: fit-content;
}
.title{
    background-color: #d91e17;
    color: white;
    font-size: 17px;
    font-weight: 600;
    padding-left: 3px;
    height: fit-content;
}
.date{
    border-bottom: #a5cadd solid 2px;
    height: fit-content;
    color: #a5cadd;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    padding: 1px 0px 0px 3px;
}
.song{
    padding: -1px 0px 0px 3px;
    color: #bf9593;
    
}
.post{
    padding-top: 3px;
}
.righttitle{
    background-color: #d91e17;
    color: white;
    font-size: 13px;
    font-weight: 600;
    padding-right: 3px;
    height: fit-content;
    text-align: right;
}
.rightinfomation img{
    float: right;
    margin: 3px;
    border: #292929 solid 1px;

}
.footer{
    text-align: center;
}