body {
    font-family: "Times New Roman", serif;
    margin: 0;
    padding: 0;
}

header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.name {
    font-size: 2.5rem;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.time {
    font-style: italic;
    margin-top: 0;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

nav li {
    margin: 0 1rem;
}

nav a {
    text-decoration: none;
    
}

section {
    padding: 2rem;
    text-align: center;
}
