.body{
   background-image:url(https://static.vecteezy.com/system/resources/previews/046/459/576/original/purple-halftone-background-vector.jpg);
   }

.container{
   border-style:dotted;
   border-color:white;
   background-image:url(https://wallpaperaccess.com/full/11136153.jpg);
   background-repeat:no-repeat;  
   background-size:cover;
    height:600px;
   }

.header{
   background-image:url(https://i.pinimg.com/originals/2e/82/d7/2e82d7729c455d78f7c45edad06bb970.jpg);
   background-repeat:no-repeat;
   background-size:cover;
   height:200px
}

.button2{
   display:inline-block;
   background-color:fuchsia;
   padding:15px 35px;
   border-style:dotted;
}

.button3{
   display:inline-block;
   background-color:fuchsia;
   padding:15px 35px;
   border-style:dotted;
}

.button4{
   display:inline-block;
   background-color:fuchsia;
   padding:15px 35px;
   border-style:dotted;
}

.button5{
   display:inline-block;
   background-color:fuchsia;
   padding:15px 35px;
   border-style:dotted;
}

.button6{
   display:inline-block;
   background-color:fuchsia;
   padding:15px 35px;
   border-style:dotted;
}

.footer{
   background-image:url(https://i.pinimg.com/originals/2e/82/d7/2e82d7729c455d78f7c45edad06bb970.jpg);
   background-repeat:no-repeat;
   background-size:cover;
   height:70px
}