body {
    display: flex;
    flex-flow: column;
}

#particles {
    height: 100%;
    width: 100%;
    position: absolute;
    float: left;
}

#container {
    position: absolute;
    float: left;
    display: flex;
    width: 100vw;
    height: 100vh;
    flex-basis: 0;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

#container-fediring {
    position: absoliute;
    width: 100%;
    height: 25%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#container-fediring a {
    font-family: "Inria Serif";
    font-size: 24;
    color: #A0A0A0;
    text-decoration: none;
    text-align: center;
}

#container-fediring p {
    padding-top: 24;
    padding-left: 24;
    padding-right: 24;
}

#container-roboring {
    position: absoliute;
    bottom: 5;
    width: 100%;
    height: 25%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

#container-roboring a {
    font-family: "Inria Serif";
    font-size: 24;
    color: #A0A0A0;
    text-decoration: none;
    text-align: center;
}

#container-roboring p {
    padding-bottom: 24;
    padding-left: 24;
    padding-right: 24;
}

#middle {
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#middle-title p {
    font-family: "Inria Serif";
    color: black;
    font-size: 96;
    margin: 0;
    line-height: 80%;
}

#middle-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#middle-links div {
    flex-grow: 1;
}

#middle-links-pages a, p {
    font-family: "Inria Serif";
    color: #A0A0A0;
    font-size: 24px;
    text-decoration: none;
    margin: 0;
}

#middle-links-socials {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#middle-links-socials img {
    height: 24;
    filter: invert(69%) sepia(1%) saturate(428%) hue-rotate(17deg) brightness(93%) contrast(90%);
}

#footer {
    width: 100%;
    height: 25%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#footer-middle {
    display: flex;
    justify-content: space-evenly;
}