h1 {
    text-align: center;
}

body {
    border: 1px solid purple;
    height: auto;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background-color: aliceblue;
}

img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 75px;
    border: 2px solid #333;


}

.header {
    display: flex;
    align-items: center;
    /* border: 1px solid red; */
}

label, input {
    display: block;
}