*{
    margin: 0;
    padding: 0;
}

body{
    background-color: hsl(0, 0%, 8%)
}

.container{
    max-width: 350px;
    min-height: 500px;
    background-color:  hsl(0, 0%, 12%);
    margin: auto;
    margin-top: 10%;
    margin-bottom: 20%;
    font-family: "Inter";
    padding-bottom: 30px;
    border-radius: 0.4em;
}

.userInfo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.jessPic{
    width: 25%;
    border-radius: 3em;
    margin-left: 35%;
    margin-top: 30px;
    margin-bottom: 15px;
}

.jessName{
    color:  hsl(0, 0%, 100%);
    margin-bottom: 10px;
    font-size: 29px;
}

.jessLocation{
    color: hsl(75, 94%, 57%);
    margin-bottom: 20px;
}

.jessProfession{
    color: hsl(0, 0%, 100%);
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 20px;
}

.options{
    display: flex;
    flex-direction: column;
    
}

.options a{
    margin: 2%;
    margin-left: 42px;
    max-width: 70%;
    padding: 3%;
    border-radius: 0.4em;
    background-color: hsl(0, 0%, 20%);
    color: hsl(0, 0%, 100%);
    text-decoration: none;
    text-align: center;
}