.body_custom {
    /*width: 100%;*/
    position: relative;
    /*text-align: center;*/
    margin-right: auto;
    margin-left: auto;
    background: rgb(40,41,35);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
    background-position: center;
    color: white;
    overflow: hidden;
}

* {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }

}.center_text {
    /*position: fixed;*/
    color: white;
    font-size: 13px; 
    bottom: 0px;
    /*margin-left: 250px; */
    text-align: center;
}
