body{
    background-color: black; overflow: hidden;
}
.middle{
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;

}