    body {
        margin: 0%;
        padding: 0%;
        background-color: rgba(0, 0, 0, 0.938)
    }
    
    .navbar {
        background-color: transparent;
        position: relative;
        z-index: 4;
    }
    
    .navbar-brand {
        font-size: 25px;
    }
    
    .nav-link {
        font-size: 20px;
    }
    
    .main {
        position: absolute;
        top: 0%;
        z-index: 0;
    }
    
    .site-wrapper {
        height: 65px;
    }
    
    .scale {
        max-width: auto;
    }
    
    .card,
    .list-group-item {
        margin: 0 auto;
        /* Added */
        float: none;
        /* Added */
        margin-bottom: 10px;
        /* Added */
        background-color: rgba(0, 0, 0, 0.712);
    }
    
    .parallax {
        background-image: url('Stock/city\ skyline.jpg');
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        height: 500px;
    }
    
    @media only screen and (max-device-width: 320px) {
        .site-wrapper {
            height: 200px;
        }
        .col-md-4 {
            margin: 5% 0%;
        }
        .carousel-control-next,
        .carousel-control-prev {
            display: none;
        }
    }