* {
    box-sizing: border-box;
}

body{
    background:rgb(227, 251, 255);
    font-family: Arial, Helvetica, sans-serif;
}

details{
    display: block;
    }
    
summary{
     font-size: large;
 }

.image{
    position:fixed;
}

.toaster1{
    position:fixed;
    bottom: 20px;
    right: 20px;
    scale: 120%;
}

.toaster2{
    position:fixed;
    top:250px;
    left: 40px;
    scale: 50%;
}

.toaster3{
    position:fixed;
    top: 200px;
    right: 200px;
    scale: 75%;
}

.bread1{
    position:fixed;
    bottom: 270px;
    right: 50px;
    scale: 135%;
}

.bread2{
    position:fixed;
    bottom: 500px;
    left: 250px;
    scale: 50%;
}

.bread3{
    position:fixed;
    bottom: 75px;
    right: 750px;
    scale: 75%;
}

.pb1{
    position:fixed;
    bottom: 120px;
    right: 450px;
    scale: 300%;
}

.pb2{
    position:fixed;
    bottom: 150px;
    left: 50px;
    scale: 75%;
}

.bread3{
    position:fixed;
    bottom: 800px;
    right: 300px;
    scale: 150%;
}

.toast1{
    position:fixed;
    bottom: 600px;
    right: 45px;
    scale: 17%;
}

.toast2{
    position:fixed;
    bottom: 120px;
    left: 230px;
    scale: 75%;
}

.toast3{
    position:fixed;
    bottom: 1000px;
    right: 95px;
    scale: 150%;
}

.poem{
    position: fixed;
    height: 500px;
    width: 500px;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about{
    background-image: url(img/pb-bitmap.png);
    background-position-x:50%;
    background-repeat: repeat;
    position: relative;
    height: 800px;
    width: 500px;
    left: 50%;
    transform: translate(-50%, 0%);   
    margin:20px;
    background-color:navy;
    color:bisque;

}

.about-box{
    border: 3px double navy;
    background-color: bisque;
    padding-left: 15px;
    padding-top: 7px;
    padding-right: 5px;

}

.part-1{
    position: relative;
    height: 500px;
    width: 1000px;
    left: 15px;
}

.passion-3{
    font-family: 'Spectral', serif;
    color: navy;

}
.index {
    background-image: url(img/toaster-bitmap.png);
    background-repeat:space;
    background-color: rgb(252, 225, 205);
}

.i-am{
    background-color: rgb(248, 203, 151);
    background-image: url(img/bread-bitmap.png);
    background-repeat: repeat-x;
    background-size: 100%;

}

.final{
    background-color: rgb(188, 125, 81);
    background-image: url(img/toast-bitmap.png);
}

.burnt{
    background-color: rgb(27, 16, 3);
    color:bisque;
    background-image: url(img/burnt-bitmap.png);
    background-repeat:no-repeat;
    background-size:65%;
    background-position-x: center;
} 

.button{
    position:absolute;
    bottom: 40px;
    right: 60px;
    /* scale: 300%; */
    font-size: 36px;
}

.title-1{
    width: 1000px;
    position: fixed;
    top: 0px;
    right: -400px;
}

.title-2{
    width: 1000px;
    position: fixed;
    top: 650px;
    right: -300px;
}

.title-3{
    width: 1000px;
    position: fixed;
    top: 700px;
    right: -300px;
}

.poem-2{
    position: fixed;
    height: 500px;
    width: 500px;
    top:40%;
    left: 160%;
    transform: translate(-50%, -50%);
}

.button-2{
    position:absolute;
    bottom: 42px;
    left: 48%;
    transform: translate(-50%, 0%);
    /* scale: 300%; */
    color:navy;
    font-size: 36px;


}

.button-3{
    position:absolute;
    bottom: 40px;
    left: 60px;
    /* scale: 300%; */
    font-size: 36px;

}
  
.button-burnt1{
    position:absolute;
    bottom: 44px;
    right: 88px;
    scale: 300%;
    color:navy;
}

.button-burnt2{
    position:absolute;
    bottom: 42px;
    left: 50%;
    transform: translate(-40%, 0%);
    scale: 300%;
    color:bisque;
}

.button-burnt3{
    position:absolute;
    bottom: 44px;
    left: 99px;
    scale: 300%;
    color:bisque;
}

a:link {
    color: navy;
  }
  
  /* visited link */
  a:visited {
    color: navy;
  }

  .opac{
    opacity: 0.25;
    position: absolute;
    left: 45px;
  }

  .final-text{
    position: absolute;
    height: 500px;
    width:500px;
    left:48%;
    top:50%;
    transform: translate(-50%, -50%);
    border: 3px double navy;
    background-color: bisque;
    padding-left: 15px;
    padding-top: 7px;
    padding-right: 5px;

  }

  .burn{
    color:navy;
  }

.poem-3{
    position: fixed;
    height: 500px;
    width: 500px;
    top:65%;
    left: 52%;
    transform: translate(-50%, -50%);
}

.bottom-right{
    position: relative;
    left:390px;
    bottom:10px;
}