body {
  background-color:#2b1836;
  background-repeat: no-repeat; 
  background-size: cover;
  background-attachment: fixed; 
  font-family:"Courier New";
}

header {
    background-image: url('m-images/records2.jpg'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    width: 100%;
    height: 250px;
    display: flex; 
    justify-content: center; 
    align-items: center;
    position: relative;
}

.title {
  width: 400px;
  height: auto;
}

.top-text {
  position: absolute;
  top: 10px;
  left: 15px;
  color: white;
  font-size: 20px;
  font-family:"Luminari";
}

.boxes {
  display:inline;
  margin-left: auto;
  margin-right: auto; 
}

.box {
  width:300px;
  height:300px;
}