body {
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: "Times New Roman", Times, serif;
    line-height: 1.6;
}

h1 {
    margin-bottom: 5px;
}

a {
    color: #0066cc;
}

header img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
}
