body, html {
    height: 100%;
    background-color: black;
  }
  
  * {
    box-sizing: border-box;
  }
  
  .bg-image {
    background-image: url("images/wallpaperflare.com_wallpaper.jpg");
    filter: blur(8px);
    -webkit-filter: blur(8px);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .bg-text {
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0, 0.4);
    color: white;
    font-weight: 900;
    font-size: 90px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    border: 3px solid #f1f1f1;
    border-radius: 4%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    padding: 20px;
    text-align: center;
    margin-top: 7%;
  }

  .m-image
  {
    padding-top: 10%;
    width: 50%;
    
  }

  .table
  {
    background-color: black
    position: absolute;
  }

  .text
  {
    color: #f1f1f1;
    font-size: large;
    width: 80%;
    padding: 20px;
    padding-left: 30%;
    font-family: Georgia, 'Times New Roman', Times, serif;
  }

  .text h3
  {
    color: #f1f1f1;
    font-weight: bold;
    
  }

  .gif
  {
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  }
  
.background2
{
    background-image: url("images/wp6712479-panther-tank-wallpapers.jpg");
    filter: blur(4px);
    -webkit-filter: blur(4px);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.column {
    float: left;
    width: 33.33%;
    padding: 5px;
  }

  .row::after {
    content: "";
    clear: both;
    display: table;
  }