.container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.content {
    width: 80%;
    margin-top: 200px;
    display: flex;
    flex-direction: column;
}

.avatar {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    overflow: hidden;
}

h1 {
    color: #111925;
}

p {
    font-size: 24px;
    color: #111925;
}