body,html{

    width: 100%;
    height: 100%;
    background-color: black;

}

.sreda{

    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}