            .bigbox {
                height:100px;
                width:2500px;
                background-color: lightgrey;
                padding-top: 1px
            }
            .littlebox {
                height:100px;
                width:100px;
                background-color: blue
            }
         .bigbox2 {
                height:100px;
                width:290px;
                background-color: crimson;
             padding-top: 1px }
            
        .button {
            text-align: center;
            padding: 5px;
            border: 1px solid #ccc;
            height:50px;
            width:170px;
            border-radius:20px;
            background-color: yellowgreen;
            }
    .container {
        display: flex; 
        justify-content: flex-start; 
        align-items:flex-end; 
            width: 100%;
        height: 140px;
        background-color: lightgray;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.inner-div {
  text-align: center; 
}


.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: yellowgreen;
  color: white;
  border-radius: 20px;
  cursor: pointer;
  border: 1px solid #ADFF2F;
}

.button:hover {
  background-color: greenyellow;
}

.button:focus {
  outline: 2px solid #ADFF2F;
  outline-offset: 2px;
}

body {
    margin: 0; 
    font-family: Arial, sans-serif;
}

.content {
    padding-bottom: 70px; 
}


.bottom-bar {
    background-color:yellowgreen;
    overflow: hidden; 
    position: fixed; 
    bottom: 0; 
    width: 100%; 
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box; 
}


.bottom-bar a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.bottom-bar a:hover {
    background-color: #575757;
}

.image {
        height:300px;
        width:1100px;
    background-image:url(saddog.jpeg);
    background-repeat:no-repeat;
    background-position: center;
    position:sticky;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}


    
@media screen and (min-width:600px)    
    
  