img {
    width: 100%;
}

body {
    background: #fafafa;
}

.profile {
    margin: 20px auto;
    /* 中央寄せ */
    border: solid 20px;
    /* 枠線指定 */
    border-radius: 20px;
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    max-width: 400px;
}

.profile-img {
    max-width: 200px;
    margin-bottom: 5px;
}