.content{
    position: fixed;
    background-color: #0f0f0f;
    top: 70px;
    left: 420px;
    right: 10px;
    bottom: 60px;
    border-radius: 8px;
    padding-left: 20px;
    padding-right: 20px;
    overflow-y: hidden;
}

.content:hover{
    overflow-y: scroll;
}

/* Set width of the vertical scrollbar */
.content::-webkit-scrollbar {
  width: 15px;
}

/* Scrollbar track (background) */
.content::-webkit-scrollbar-track {
  background: transparent;
}

/* Scrollbar thumb (the scroll handle) */
.content::-webkit-scrollbar-thumb {
  background-color: rgba(200, 200, 200, 0.4); /* light gray & translucent */
}


.content-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 10px;
}

.hsdiv{
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
}

.h{
    margin: 20px 0px 20px 0px;
    font-size: 20px;
    font-weight: 700;
}

.s{
    margin: 20px 40px 10px 0px;
    font-size: 12px;
    font-weight: 600;
    opacity: 0.6;
}

.h:hover, .s:hover{
    text-decoration: underline;
}

.content-wrapper{
    background-color: #0f0f0f;
    border-radius: 8px;
}

.content-wrapper:hover{
    background-color: #1f1f1f;
}

.content-img{
    height: 150px;
    padding: 10px 10px 0px 10px;
    
}

.card-img{
    height: 100%;
    border-radius: 8px;
}

.w{
    margin: 10px;
    font-size: 12px;
    padding: 0px 0px 10px 10px;
}

.stuffdiv{
    display: flex;
    flex-direction: row;
}

.stuff{
    margin: 30px 30px 10px 20px;
}

.fh{
    font-size: 15px;
    font-weight: 700;
}

.fp{
    font-size: 13px;
    opacity: 0.6;
}

.somegap{
    margin-top: 100px;
}

.endfooter{
    display: grid;
    grid-template-columns: 3fr 1fr;

}

.socialmedia button{
    background-color: #1f1f1f;
    padding: 10px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 50px;
}

.social-icon{
    height: 20px;
}

.somedowngap{
    margin-bottom: 50px;
}

.dp{
    font-size: 13px;
    opacity: 0.6;
    margin-bottom: 50px;
}