body {
    margin: 0;
    background: #ffffff;
    color: #111;
    font-family: Arial, sans-serif;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header {
    text-align: center;
}

h1 {
    font-size: 70px;
    font-weight: 300;
    letter-spacing: 10px;
    margin: 0;
}

p {
    font-size: 16px;
    letter-spacing: 4px;
}

nav {
    margin-top: 60px;
}

nav a {
    text-decoration: none;
    color: black;
    margin: 25px;
    font-size: 14px;
    letter-spacing: 3px;
}