body{
    margin: 0px;
    padding: 0px;
    background-color: #141414;
    color: white;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 50px;
}
main{
background-color: #1f1f1f;
width: 80%;
max-width: 300px;
min-height: 50vh;
border-radius: 10px;
padding: 20px;
}
.imagesection img{
    width: 100%; 
    max-width:50px;
    min-height: 50px;
    border-radius: 50px;
}
.imagesection{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.imagesection h1{
    font-size: 1.2rem;
    font-family: Inter;
    margin-bottom: 5px;
}
.imagesection p{
    color:#c4f82b;
    font-size: 0.7rem;
    padding: 0px;
    margin: 2px 0px 15px 0px;
    font-family: Inter;
    display: flex;
    justify-content: center;
}
.text {
    align-content: center;
    font-size: 0.7rem;
    font-family: Inter;
    font-weight: lighter;
    display: flex;
    justify-content: center;
    align-items: center;
}

.socialplatform ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 15px;
    padding: 10px 10px 0px 10px;
    margin: 0px;
}
.socialplatform ul li{
    list-style-type: none;
    background-color:hsl(0, 0%, 20%);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5vh;

}
.socialplatform ul li a{
    color: white;
    text-decoration: none;
}
.socialplatform ul li:hover{
    background-color: #c4f82b;
}
footer  a{
    color:#c4f82b;
    text-decoration: none;
}