@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap',);

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

body {
    min-height: 100vh;
    background-image: url(blog/back.gif);
    background-repeat: repeat;
    background-attachment: fixed;
    font-family: 'Roboto', sans-serif, "Indie Flower";
}
body


p{
  display: inline-block;
  font-family: "Coral Pixels", serif;
  font-weight: 400;
  font-style: normal;
  transform: translate(20px, 20px) scale(1.2);
  transform-origin: center;
}

#box1 {
    position: absolute;
    background-repeat: repeat;
    top: 200px;
    left: 0%;
    width: 100%;
    background-color: rgba(255, 0, 0, 0.189);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.311), rgba(0, 0, 0, 0.946));
    box-sizing: border-box;
    height: 3000px;
     z-index:5;
}

#box2 {
    position: absolute;
    background-repeat: repeat;
    top: 350px;
    left: 0%;
    width: 100%;
    background-color: rgba(3, 3, 3, 0.544);
    height: 2500px;
    z-index:5;
}

#box3 {
   position: absolute;
    top: 700px;
    left: 20%;
    width: 500px;
    height: 500px;
   font-size:35px;
   
   border: 5px, solid #ea1f1f;
   border-radius: 30px;
   
   color: rgb(255, 254, 254);
   background-color: #00000074;
   z-index: 100;
}



#Icon {
 
    position: absolute;
    top: 500px;
    left: 50%;
    width: 600px;
    background-image: url(image/ICON.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
     height: 850px;
     z-index: 15;
}
#tumblr{
    position: absolute;
    top: 230px;
    left: 50%;
    transform: translateX(-50%);
     height: 70px;
    width: 180px;
    
    border: rgb(0, 0, 0) solid 5px;
    border-radius: 40px;
    box-shadow: 0 0 32px rgba(0, 213, 255, 0), inset 0 0 18px rgba(0, 212, 255, 0.22);
    
    cursor: pointer;
    z-index: 8;
    
}

#insta{
     position: absolute;
    top: 230px;
    left: 60%;
    transform: translateX(-50%);
     height: 70px;
    width: 180px;
    
    border: rgb(0, 0, 0) solid 5px;
    border-radius: 40px;
    box-shadow: 0 0 32px rgba(0, 213, 255, 0), inset 0 0 18px rgba(0, 212, 255, 0.22);
    
    cursor: pointer;
    z-index: 8;
    
}

 #clickButton1 
{
    position: absolute;
    top: 400px;
    left: 5%;
    transform: translateX(-50%);
    padding: 10px 20px;
    font-size: 18px;
    background-color: #af4c4c;
    color: rgb(220, 7, 7);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 15;
}
#blue{
    position: absolute;
    top: 230px;
    left: 30%;
    transform: translateX(-50%);
    height: 70px;
    width: 180px;
    
    border: rgb(2, 2, 2) solid 5px;
    border-radius: 40px;
    box-shadow: 0 0 32px rgba(0, 213, 255, 0), inset 0 0 18px rgba(0, 212, 255, 0.22);
    
    cursor: pointer;
    z-index: 8;
 } 
#book{
    position: absolute;
    top: 230px;
    left: 20%;
    transform: translateX(-50%);
    height: 70px;
    width: 180px;
    
    border: rgba(128, 128, 128, 0) solid 5px;
    border-radius: 40px;
    box-shadow: 0 0 32px rgba(0, 213, 255, 0), inset 0 0 18px rgba(0, 212, 255, 0.22);
    
    cursor: pointer;
    z-index: 8;
 } 
#videorectext {
    position: absolute;
    top: 1400px;
    left: 36%;
    width: 120px;
    height: 120px;
   font-size:15px;
   background-color: #eddfe600;
   color: rgb(253, 253, 253);
   font-style: italic;
   font-weight: 100px;
   text-decoration: underline red;
   
   
   z-index: 50;
}

#Videorec{
    position: absolute;
    top: 1400px;
    left:27%;
    width: 160px;
    height: 160px;
   font-size:15px;
   border: 5px solid #00000000;
   border-radius: 10px;
   
   
   z-index: 50;
}
#albumrectext {
    position: absolute;
    top: 1400px;
    left: 51%;
    width: 120px;
    height: 120px;
   font-size:15px;
   background-color: #eddfe600;
   color: rgb(255, 255, 255);
   font-style: italic;
   font-weight: 100px;
   text-decoration: underline rgb(255, 0, 0);
   
   
   z-index: 50;
}
#Album{
    position: absolute;
    top: 1400px;
    left: 42%;
    width: 160px;
    height: 160px;
   font-size:15px;
   border: 5px solid #000000;
   border-radius: 10px;
   
   
   z-index: 50;
}

#randomtext {
    position: absolute;
    top: 1400px;
    left: 62%;
    width: 120px;
    height: 120px;
   font-size:15px;
   background-color: #eddfe600;
   color: rgb(254, 254, 255);
   font-style: italic;
   font-weight: 100px;
   text-decoration: underline rgb(255, 0, 0);
   
   
   z-index: 50;
}

#random {
    position: absolute;
    top: 1400px;
    left: 55%;
    width: 160px;
    height: 160px;
   font-size:15px;
   border: 5px solid #0303034c;
   border-radius: 10px;
   
   
   z-index: 50;
}



   #box4
   {
      position: absolute;
    background-repeat: repeat;
   height:600px;
   top:470px;
   width: 155px;
   left:2%;

   background-color: rgba(8, 8, 8, 0.556);
   border: 7px solid rgba(226, 226, 226, 0.908);
   z-index: 55;
    }


    .carousel {
    position: absolute;
    bottom: 350px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    border: 5px solid rgba(249, 39, 39, 0);
    overflow: hidden;
    z-index: 60;
    
}

.track {
    display: flex;
    width: max-content;
    gap: 16px;
    animation: scroll 20s linear infinite;
    will-change: transform;
}

.group {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 0 0 auto;
    padding: 8px 0;
}

.card {
    flex: 0 0 200px;
    height: 150px;
    width: 200px;
    border-radius: 12px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.card a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
#box5 {
 
    position: absolute;
    top: 400px;
    left: 18%;
    width: 200px;
    background-image: url(blog/angel.gif);
    
     height: 180px;
     z-index: 66;
}

#box6 {
 
    position: absolute;
    top: 400px;
    left: 75%;
    width: 200px;
    background-image: url(blog/angeltwo.jpg);
    background-size: cover;
    background-position: center;
    
     height: 180px;
     z-index: 66;
}
#atme{
    position: absolute;
    top: 635px;
    left: 35%;
    width: 150px;
    height: 50px;
    z-index: 16;
    border: 2px solid gray;
    border-radius: 25px;
    z-index: 100;
}

#box7 {
 
    position: absolute;
    top: 1280px;
    left: 0%;
    width: 100%;
    background-image: url(blog/blinkiesCafe-4f.gif);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
     height: 80px;
     z-index: 66;
}
#box8 {
 
    position: absolute;
    top: 1390px;
    left: 27%;
    width: 45%;
    background-color: rgb(3, 3, 3);
    background-size: cover;
    background-position: center;
    
     height: 190px;
     z-index: 10;
}
#box9 {
 
    position: absolute;
    top: 500px;
    left: 2.5%;
    width: 150PX;
    background-image: url(blog/blinkiesCafe-Zd.gif);
    background-size: cover;
    background-position: center;
    
     height: 50px;
     z-index: 55;
}
#box10 {
 
    position: absolute;
    top: 550px;
    left: 2.5%;
    width: 150PX;
    background-image: url(blog/bestviewedcomp.gif);
    background-size: cover;
    background-position: center;
    
     height: 50px;
     z-index: 55;
}


#front{
    position: absolute;
    top: 230px;
    left: 40%;
    transform: translateX(-50%);
     height: 70px;
    width: 180px;
    
    border: rgb(0, 0, 0) solid 5px;
    border-radius: 40px;
    box-shadow: 0 0 32px rgba(0, 213, 255, 0), inset 0 0 18px rgba(0, 212, 255, 0.22);
    
    cursor: pointer;
    z-index: 50;
    
}




