*{
    margin: 0;
    padding: 0;
}

body{
    background-color: black;
    padding-top: 150px;
    font-family: "Inter" ;
}
.card{
    width: 450px;
    height: 650px;
    background-color: #1f1f1f;
    margin: 0 auto;
    border-radius: 20px;

    img{
        width: 105px;
        height: 105px;
        border-radius: 50%;
        margin: 55px 50px 35px 167px;

    }
}
h1{
  color: #fff;
  font-weight: 500;
  font-size: 33px;
  text-align: center;
  margin-bottom: 15px;
}
h3{
    color: #96b044;
    font-weight: 700;
    text-align: center;

}
h4{
   color: #FFF;
   font-size: 16px; 
   font-weight: 400;
   text-align: center;
   margin-top: 20px;
}
a{
    text-decoration: none;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}
.buttons{
    
    p{
        margin-top: 17px;
        margin-left: 49px;
        width: 350px;
        height: 45px;
        border-radius: 10px;
        background-color: #383837;
        text-align: justify;
        font-weight: 500;
        font-size: 17px;

    }
}
