@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Saira", sans-serif;
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;

    background-color: #000000;
    color: #ffffff;
    margin: 0;
    display: flex;
    justify-content: center;
    min-height: 100vh;
}
.container {
    max-width: 600px;
    padding: 2rem;
}
h1 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
p {
    font-size: 1.1rem;
    line-height: 1.5;
}
p a {
    color: #767676;
    text-decoration: underline;
    font-size: 1.1rem;
    margin-right: 0rem; 
}
a {
    color: #767676;
    text-decoration: underline;
    font-size: 1rem;
    margin-right: 0.8rem; 
}
a:hover {
    color: #555555;
}
.links {
    margin-top: 2rem;
}
.optional-links {
    margin-top: 1rem;
}