body {
  font-family: Arial, sans-serif;
  background: #151514;
  display: flex;
  justify-content: center;
  padding:100px;
}
h1 {
    font-size:20px;
    color: #ffffff;
    text-align:center;
}
h2 {
    font-size:12px;
    color: yellow;
    text-align:center;
}
h3 {
    font-size: 10px;
    font-weight: normal;
    font-family: ;
    color: #ffffff;
    text-align: center;
}
.profile-pic {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  justify-content: center;
}
.card{
    background: #1F1F1F;
    border-radius:8px;
    margin: 10px;
    padding: 10px;
    height:410px;
    width: 250px;
    text-align: center;

}
a{
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}
.container {
    font-size:18px;
    padding: 10px;
    width: 200px;
    height: 20px;
    justify-content:center;
    border-radius: 5px;
    border:10px solid #1F1F1F;
    row-gap: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #323233;    
}