* {
    box-sizing: border-box;
    cursor: grab;
}

body {
    margin:0;
    background-color: rgb(199, 68, 68);
    cursor: grab;
}

.title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: larger;
}

.contents {
    position: fixed;
    border: 15px ghostwhite;
    width: 700px;
    height: 100px;
    background-color: antiquewhite;
}

 /* The navbar container */
 .topnav {
    overflow: hidden;
    background-color: #333;
    position: fixed;
    display: flex;
    
  }
  
  /* Navbar links */
  .topnav a {
    float: left;
    display: flex;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  /* Links - change color on hover */
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  } 

.box1 {
        background-color: white;
        background-size:cover;
        width: 300px;
        height: 300px;
        border: 1px solid;
        margin-top: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        margin-bottom: 0 auto;
        
}

.box {
  background-image: url("images/little.jpg");
  background-size: 50px;
        width: 300px;
        height: 300px;
        border: 1px solid;
        margin-top: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        margin-bottom: 0 auto;
}
.box2 {
  background-image: url("images/medium.jpg");
  background-size:  50px;
  width: 300px;
  height: 300px;
  border: 1px solid;
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 0 auto;
}
.box3 {
  background-image: url("images/bigger.jpg");
  background-size:  50px;
  width: 300px;
        height: 300px;
        border: 1px solid;
        margin-top: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        margin-bottom: 0 auto;
}
.box4 {
  background-image: url("../images/dirt6.png");
  background-size:cover;
  width: 200px;;
  height: 200px;
  border: 1px solid;
  margin-top: 35px;
}

.ex1 {
  width:330px;
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 0 auto;
}


  .top {
    border-color: black;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 10 auto;
    position: relative;
    top: 0px;
  }

