body{
    background-image: url(wall.jpg)
}

.head1{
    border: solid white 4px;
    background-color:dodgerblue;
    font-family:'Times New Roman', Times, serif;
    color: white;
    font-size: 40px;
    text-align: center;
}

.head2{
    float:right;
    border-bottom-style: dotted;
}

.box{
    height: 150px;
    width: 700px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 150px
}

.products{
    height: initial;
    padding-bottom: initial;

}
.a{
    color:blue;
}

.buttons{
    font-size: 20px;
}