

body {
  background-image: url("https://images.photowall.com/products/50929/cloud-sky.jpg?h=699&q=85") ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  color: #169a44;
  font-family: Cursive; 
  text-shadow: 4px 4px 6px rgba(0,0,0,1);
}



a:hover {
    color: #719abb; 
    text-decoration: underline;
    transition: color 0.3s ease;
}

.container {
      overflow: hidden;
      border: 5px solid;
      border-image-slice: 1;
      border-image-source: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
      height: auto;
      width: fit-content;

}

    
.buttons {
      display: flex;
      justify-content: center;
      align-items: center;
}

.anotherlink a {
        color: #49CD76;
    }

.anotherlink a:hover {
    color: #719abb; 
    text-decoration: underline;
    transition: color 0.3s ease;
}

.anotherlink2 a {
        color: #0B0080;
    }

.anotherlink2 a:hover {
    color: red; 
    text-decoration: underline;
    transition: color 0.3s ease;
}

.anotherlink2 a: visited {
  color: #663366;
}

.container2 {
  overflow: hidden;
      border: 4px solid;
      border-image-slice: 1;
      border-color: #5af542;
      height: auto;
      width: fit-content;
}

.anotherlink3 a:hover {
    color: #00ff00; 
    text-decoration: underline;
    transition: color 0.3s ease;
    text-shadow: 0 0 10px #00ff00;
}

.anotherlink3 a {
  color: #00ff00;
}

.album-card img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

#background1 {
  background-image: url("https://files.catbox.moe/jp5mza.png");
  background-repeat: repeat;
  background-size: 300px auto;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}


.desucontainer {
      overflow: hidden;
      border: 5px solid;
      border-image-slice: 1;
      border-image-source: linear-gradient(to bottom right, red 25%, green 50%, red 75%, green 100%);
      height: auto;
      width: fit-content;
}

.parent {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 100px cover;;
grid-column-gap: 50px;
grid-row-gap: 20px;
}


.bg2 {
  background-image: url("https://files.catbox.moe/7f5qfi.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg3 {
  background-image: url("https://files.catbox.moe/kh3k8x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg4 {
  background: url('https://files.catbox.moe/g1s2th.jpg') no-repeat center center fixed;
  background-size: cover;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

.bg5 {
  background: url('https://files.catbox.moe/jazrf6.jpg') no-repeat center center fixed;
  background-size: cover;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

.bg6 {
  background: url('https://files.catbox.moe/6ux2k5.jpg') no-repeat center center fixed;
  background-size: cover;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

.bg7 {
  background: url('https://files.catbox.moe/740bok.png') no-repeat center center fixed;
  background-size: cover;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

.bg8 {
  background: url('https://files.catbox.moe/yw60yf.png') no-repeat center center fixed;
  background-size: cover;
  margin: 0;
  padding: 0;
}

.bg9 {
  background: url('https://file.garden/abq5NPrpWxJegnuS/4763b3d.webp') no-repeat center center fixed;
  background-size: cover;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}



.container3 {
  overflow: hidden;
      border: 4px solid;
      border-image-slice: 1;
      border-color: #01566699;
      height: auto;
      width: 1200px;
      padding:5px;
      background-color: rgba(255, 255, 255, 0.4);
}

.anotherfont {
  color:black;
  text-shadow: 0px 0px 0px;
}

.window {
    margin:0 auto;
}

.windowsimg {
  width: 500px;
  height: auto;
}










    



	  
	  
	  
	  