* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: rgb(158, 18, 18);
    background-color: #000;
    display: grid;
    place-content: center;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    text-align: center;
}

a {
    color: #ff2222;
}

a:visited {
    color: #ff222252;
}

.limoges__maire {
    height: 35%;
    image-rendering: pixelated;
}

.limoges__p {
    font-size: 1.35rem;
    width: 50%;
    text-align: center;
}

.limoges__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.5rem;
}