 html, body{
        height:100%;
        margin: 0 ;
    }  

  body {
        background-image: url("https://localmilf-fanpage.neocities.org/Background/steven-universe-wallpapers.png") ;
        background-size:contain;
        background-attachment: fixed;
        background-color: #663399;
    }
 
 
.blog-container {
        display: flex;
        flex-direction: column;
        position: relative;
        justify-content: flex-start;
        align-items: flex-start;
        
        background-color: #191970;
        padding: 25px;
        
        margin: 100px 10vh;
        overflow: visible;
        max-width: none;
        
        }
.navbar {
    position: absolute;
    top: 20px;
    left:20px;
       
      }
      .hamburger {
        width: 30px;
        height: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
        }

      .hamburger span {
        height: 4px;
        background: #4b0082;
        border-radius: 25px;
          
        }
        
      #menu-toggle {
        display: none;
        }

      .menu {
        display: none;
        position: absolute;
        top: 50px;
        left: 20px;
        background-color: #191970;
        padding: 10px;
        }

      #menu-toggle:checked + .hamburger + .menu {
        display: block;
        }

      .hamburger span {
        transition: all 0.3s ease;
        }
              
              
      h1 {
        color: #4b0082;
        text-align: right;
        font-size: 50px;
        font-family:  "Oswald", sans-serif;
        }
        
      h2 {
        color: #483d8b;
        text-align: right;
        font-family:"Limelight", Sans-Serif; 
        font-size: 32px;
        }
.blog-image {
        display: flex;
        align-items: center;
        gap: 30px;
        border: 10px;
        border-style: ridge;
        border-color: #4b0082;
        width: auto;
        height: auto;
        }

      .wrap-image{
        float:left;
        }
              
.photo-strip {
        display: flex;
        gap: 10px;
        color:#000000;

        margin: 40px auto ;
        padding: 5px;

        max-width: none;

        background-color: #191970;
        border: 10px ridge #4b0082;
        overflow-x: auto; /* allows horizontal scroll if many photos */
        }

.photo-strip img {
        height: 150px;
        width: auto;
        flex-shrink: 0;
        border: 5px ridge #4b0082;
      }