@charset "utf-8";
body {
    background-image: url(https/images.pexels.com/photos/2111015/pexels-photo-2111015.jpeg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-dark {
    background-color: #2f3542;
}
.table-info, .table-info>td, .table-info>th {
    background-color: #2f3542;
    color: #ffffff;
}