* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #87CEEB;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul {
    list-style: none;
    text-align: center;
}

li {
    margin: 1.5rem 0;
}

a {
    color: #333333;
    text-decoration: none;
    font-family: "Courier New", Courier, monospace;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
}

a:hover {
    color: #000000;
}
