body {
     flex-direction: column;
    gap: 40px;
    margin: 0;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #141414;
}

.container {
    background-color: #1f1f1f;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 5%;
    justify-content: center;
    padding: 20px;
    align-items: center;
}

.picture img {
    width: 70px; 
    border-radius: 50%;
    
}

.jessica h2 {
    color: #ededed;
    text-align: center;
    margin-bottom: 0%;
}

.jessica p:first-of-type {
    margin-top: 5%;
    text-align: center;
    color: #bfeb31;
    font-size: 12px;
}

.jessica p:nth-of-type(2) {
    color: white;
    font-size: 10px;

}

.buttons p{
    width: 200px;
    background-color: #333333;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    color: #ebebeb;
}