 .dolly {

    position: fixed;
    bottom: 0%;
 }
marquee {
    font-family: 'windows';
    color: rgb(252, 173, 187);
    background-image: url(blue\ bg.jpg);
    padding: 10px;
    border: dotted pink 3px;
    animation: scroll 40s linear infinite;
    width: 550px;
    position: absolute;
    
    
}
 body {
    background-image: url(blue\ bg.jpg);
    scrollbar-base-color: rgb(253, 253, 154);
    scrollbar-arrow-color: rgb(252, 173, 187);
 }
 .main {
    background-color: rgb(253, 253, 154);
    border: dotted pink 3px;
    padding: 25px;
    width: 600px;
    height: 1120px;
    margin: auto;
 }
 .box1 {

    background-image: url(blue\ bg.jpg);
    padding: 10px;
    border:pink dotted 3px;
    width: 250px;
    position: absolute;
    top: 38%;
 }
 .box2 {
    
    background-image: url(blue\ bg.jpg);
    border: pink dotted 3px;
    padding: 10px;
    width: 250px;
    position: absolute;
    left: 50%;
    top: 38%;
    
 }
 .box3 {

    background-image: url(blue\ bg.jpg);
    border: pink dotted 3px;
    padding: 10px;
    width: 250px;
    position: absolute;
    top: 92%;
 }
 .box4 {

    background-image: url(blue\ bg.jpg);
    border: pink dotted 3px;
    padding: 10px;
    width: 250px;
    height: fit-content;
    position: absolute;
    top: 101%;
    left: 50%;
 }
 footer {

    background-image: url(blue\ bg.jpg);
    border: pink dotted 3px;
    padding: 10px;
    width: 550px;
    position: absolute;
    top: 175%;
    text-align: center;
 }

 .navi-bar {

    background-image: url(blue\ bg.jpg);
    border: pink dotted 3px;
    padding: 10px;
    width: 250px;
    height: fit-content;
    position: absolute;
    top: 135%;
    left: 50%;
 }
 
 a {
   
   text-decoration: none;
   color: rgb(252, 173, 187);
   font-family: 'text';
   }
   
  a:hover {
    
    text-decoration-color: rgb(252, 173, 187);
    text-decoration-line: underline;
    text-decoration-style: wavy;
    }




 