body {
    background-color: black;
}

.container {
    width: 100%;
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

#infos {
    border: 1px solid white;
    width: 30%;
    height: 25%;
    color : white;
    text-align: center;
}
