html, body {height:100%;}

  #wrapper-div{
    width: 1500px;
    margin: 0 auto;
}

body {
    background-color: rgb(0, 0, 0);
    background-image: url("../img/bg/blog.png");
    background-size: cover;
    background-repeat: no-repeat;
  background-position: center;
  transition: all 0.15s ease-in-out;
}


.thebox {
    padding-left: 15px;
    padding-right: 5px;
    font-family: 'Coolvetica', sans-serif;
    padding-bottom: 10px;
    color: white;
    background-color: #32180bea;
    width: 1480px;
    height: 1600px;
}

.lighterbox {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-family: 'Arial', sans-serif;
    font-size: 24px;
    color: white;
    background-color: #5d3315e7;
    width: 1450px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.375);
}