body {
    text-align: center;
}

#avatar {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}

button {
    width: 150px;
    height: 40px;
    border: 1px solid gray;
    border-radius: 12px;
}
