body {
    background-color: #121212;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: rgb(222,208,196);
    text-align: center;
}

.abox {
    width: 300px;
    height: auto;

}

.boxacoustic {
    width: 300px;
    height: auto;
}

.hbar {
    display: flex;
    align-content: center;
    justify-content: center;
}

.vbar {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;

}

.center {
    /* border: 5px solid; */
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* padding: 10px; */
  }

.upperleft {
    /* border: 5px solid; */
    position: relative;
    width: 30%;
    top: 15%;
    left: 32%;
    transform: translate(-50%, -50%);
    /* padding: 10px; */
    text-align: justify;
  }

.box1 {
    height: 1060px;
    width: 100%;
    background: url('../img/1wotxt.jpg') no-repeat;
    background-position: 50% 50%;
    background-size: 1400px 1060px;
}

.box2 {
    background: url('../img/2wotxt.jpg')  no-repeat;
    width: 100%;
    height: 1317px;
    background-position: 50% 50%;
    background-size: 1400px 1317px;
}

.box3 {
    background: url('../img/3wotxt.jpg')  no-repeat;
    background-size: 1400px 1465px;
    background-position: 50% 50%;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: 1465px;
}

.box4 {
    background: url('../img/4wotxt.jpg')  no-repeat;
    background-size: 1400px 847px;
    background-position: 50% 50%;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: 847px;
}

.box5 {
    background: url('../img/5wotxt.jpg')  no-repeat;;
    background-size: 1400px 897px;
    background-position: 50% 50%;
	
    /* Set up proportionate scaling */
    width: 100%;
    height: 897px;
}

.box6 {
    background: url('../img/6wotxt.jpg')  no-repeat;;
    background-size: 1400px 382px;
    background-position: 50% 50%;
	
    /* Set up proportionate scaling */
    width: 100%;
    height: 382px;
}

.download-btn {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    /*rounder corners*/
    border-radius: 3px;
}
