body {
    background-color: rgb(21, 21, 21);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    padding: 0 10px; 
    box-sizing: border-box; 
}

h1 {
    color: white;
    text-align: center;
    font-family: sans-serif;
    font-weight: bolder;
    font-size: 5em; 
    margin: 0; 
    word-wrap: break-word;
}

a {
    color: white;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 1.5em; 
    font-weight: 400; 
    margin: 0 10px; 
}

.links {
    display: flex;
    justify-content: center;
    margin-top: 10px; 
    flex-wrap: wrap; 
}
