@import url(./style.css);

.card {
    background-color:#1a1d22;;
    height: 44vh;
    width: 85vw;
    color: white;
    border-radius: 1rem;
    overflow: hidden;
    align-self: center;
    justify-self: center;
    text-align: center;
  }

.picture{
    height:85%;
    justify-self: center;
}

.seperator{
    background-color:#1a1d22;
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 1rem;
    line-height: 1.5;
    height:15%;
}

.name{
    margin: 0%;
    padding: 0%;
    padding-left: 1rem;
    text-align: left;
    

}