body {
    font-family: Georgia, serif;
    margin: 40px auto;
    max-width: 900px;
    line-height: 1.6;
    font-size: 18px;
    color: #333;
}

h1 {
    font-size: 36px;
}

nav {
    margin-bottom: 30px;
}

nav a {
    margin-right: 15px;
    text-decoration: none;
    color: #0066cc;
}

nav a:hover {
    text-decoration: underline;
}

.section {
    margin-bottom: 40px;
}

.welcome {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.welcome-text {
    flex: 1;
}

.welcome-photo img {
    width: 300px;
    border-radius: 10px;
}
