.videosNotFound p {
    color: white;
    font-family: 'Bold';
    text-align: center;
    font-size: 2.8em;
}

.videosNotFound {
    height: 44vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}