.box {
    background-color: white;
    position: absolute;
    display:inline-block;
   left: 19%;
   right: 19%;
    top: 0%;
    width: auto;
    height: auto;
}

.box4 {
border: 15px solid green;
    background-color: white;
    text-align: center;
    
}

 body {
  background-image: url("top2.png");
    background-attachment: fixed;
   background-size: 60%;

}

.box2 {
    width:auto;
    height:auto;
    border: 4px solid blue;
    background-color: blue;
    text-align: center;
}
.box3 {
    border: 4px solid blue;
    background-color: white;
    text-align: center;
    
}

hr {
  border: 1% solid red;
}

