* {
    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;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* Navbar links */
  .topnav a {
    float: left;
    display: flex;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* Links - change color on hover */
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  } 

.picture1 {
    position: absolute;
    width: 100px;
    height:50px;
    bottom:100px;
    left:500px;
}

.video {
  
          border: .1px solid;
          margin-top: 35px;
          display: flex;
          justify-content: center;
          align-items: center;
          margin: 0 auto;
          margin-bottom: 0 auto;
  }

  .top {

    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 10 auto;
    position: relative;
    top: 100px;
  }


  .bottom {

    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 10 auto;
    position: relative;
    top: -20px;
  }


