.end-of-site {
    user-select: none;
    
    position: relative;
    width: 100%; height: 35px;
    background-color: rgb(34, 34, 34);
    transform: translateX(-50%);
    left: 50%;

    display: flex;
    align-items: center;

    margin-top: 60px;
}

.end-of-site p {
    color: #fff;
    font-family: 'Roboto';
    font-weight: lighter;
    font-size: 16px;

    margin-left: 20px;
}