* {
    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;
  } 

  .img {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      margin-bottom: 0 auto;
}
  
.title2 {
 font-size: 50pt;
  font-weight: 700;
border: 1px;

}