* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    overflow-x: hidden; 
    font-family: 'Helvetica', sans-serif;
    background-color: #000000;
}

.buy a    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 700;
    padding: 13px 25px;
    border-radius: 15px;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    border: none;
    margin-top: 45px;
    box-shadow: 1px 2px 11px black;
    text-decoration: none;
    display: inline-block;
    align-items: center;
    justify-content: center;
}

.buy a:hover {
    background-color: rgb(255, 187, 0);
    color: rgb(0, 0, 0);
    transition: all 0.1s;
}

.container {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-left: 17.5px;
    margin-right: 17,5px;
    width: 100%;
}

.feed {
    width: 1100px;
    height: 600px;
    margin-left: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 15px;
    box-shadow: -1px 1px 45px #1b1b1b;   
}

.footer {
    border: solid black;
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: white;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
}

.footer h5 {
    margin-bottom: 19px;
}

.icon-user svg {
    width: 14%;
}

.icon-user {
    margin-left: 190px;
    display: inline-block;
}

.logo svg {
    width: 25%;
}

.logo {
    margin-right: 190px;
}


.main-image   {
    background-image: url(images/los-santos.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 85vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-bar {
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: 80px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-shadow: -1px 1px 45px #1b1b1b; 
}

.navbar-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar-menu .nav-item {
    margin: 1px 50px;
}

.navbar-menu .nav-link a {
    color: white;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;    
}

.navbar-menu .nav-link .nav-item a:hover {
  text-decoration: underline;
  color: rgb(255, 196, 0);
  border: none;
  transition: all 0.1s;
}

.title h1 {
    color: white;
    font-family:  Helvetica, sans-serif;
    font-weight: 700;
    font-size: 70px;
    
}

.title p {
    color: white;
    font-family:  Helvetica, sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-top: 25px;
}

.title {
    margin-bottom: 40px ;
    text-align: left;
}

.video {
    width: 100%px;
    margin-left: 35px;
    box-shadow: 7px -1px 25px black;
}