.main-gradient {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
}

.myVideo {
    z-index: 0;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

.menu-article-tactical {
    cursor: pointer;
    margin: 30px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 300px;
    height: 400px;
    border-radius: 10px;
    border: 10px solid rgb(0, 0, 0);
    color: white;
    background: url(https://steamuserimages-a.akamaihd.net/ugc/48738088253768367/9C07FC165347C95467DBEB38AAD26E7D80F29964/);
    background-size: cover;
    background-position: center;
}

.menu-article-weapons {
    cursor: pointer;
    margin: 30px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 300px;
    height: 400px;
    border-radius: 10px;
    border: 10px solid rgb(0, 0, 0);
    color: white;
    background: url(https://cdn.discordapp.com/attachments/1010959692450770994/1046135208245743658/image.png);
    background-size: cover;
    background-position: center;
}

.menu-article-granades {
    cursor: pointer;
    margin: 30px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 300px;
    height: 400px;
    border-radius: 10px;
    border: 10px solid rgb(0, 0, 0);
    background: url(https://cdn.discordapp.com/attachments/1045783386192629822/1046132216218009600/grenade.png);
    background-size: cover;
    background-position: center;
    color: white;
}

footer {
    position: fixed;
}