html{
    scroll-behavior:
    
}


body{
         background-color: #fabbe2;

}


 



.navbar {
  overflow: hidden;
  background-color: #fabbe2;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.navbar a:hover {
  background: #ddd;
  color: black;
}




.parrallax{
    background-attachment:url("https://codehs.com/uploads/b5eb9d8822972c0cc511aab39978ad13");
    background-attachment:scroll;
}




.mynavbar{
    font-size: 40px;
 background-color:pink;
}


.container {
  position: relative;
      text-align: center;
        color: white;


   
  
}


.header {
  padding: 50px;
  text-align: center;
  background: #6459d9;
  color: white;
  font-size: 5px;
}

body {
  max-width: 100%;
  overflow-x: hidden;
}

/* Bottom right text */
.text-block {
  position: relative;
    text-align: center;
  bottom: 700px;
  right: 50px;
  background-color: #e3a1e1;
  color: white;
  padding-left: 400px;
  padding-right: 20px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


.parallax {
  background-image: url("https://codehs.com/uploads/73b1293ae712133f490389d98907a279");
  min-height: 800px; 
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;