* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter';
}

.wrapper {
    background-color: rgb(20, 20, 20);
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    color: #fff;
    background-color: #1f1f1f;
    width: 384px;
    height: 611px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    margin-bottom: 24px;
}

h3 {
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0px;
}

.location {
    color: hsl(75, 94%, 57%);
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    font-weight: bold;
}

.bio {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    padding-bottom: 24px;

}

.info {
    padding-bottom: 24px;

}

.buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#btn {
    width: 304px;
    height: 45px;
    background-color: #333333;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
}