html{
    background-color: #000000;
    background-image: url("https://files.catbox.moe/ecpza2.jpg");
    background-size: cover;
}

/* Fonts */

.pixelify-sans-500 {
  font-family: "Pixelify Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.syne-mono-regular {
  font-family: "Syne Mono", monospace;
  font-weight: 400;
  font-style: normal;
}


.workbench-regular > {
  font-family: "Workbench", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "BLED" 5,
    "SCAN" -23;
}



body{
    align-items: center;

}


#contentBox { 
    max-width:  1250px ;
    margin-left: 350px;
    text-align: center;
}

#contentBox h1{
    color: white;
    font-family: "Workbench", sans-serif;
    
}
.headerImage {
    width: 1250px;
    height: 450px;
}
#navBar {
    margin-left: 350px;
    background-color:#f87db08c;
    text-align: center;
    width: 200px;
    height:500px;
}

#mainContent {
    background-color: #c575e45b;
    position: absolute;
    top:430px;
    left: 570px;
    width: 1040px;
    height: 1000px;
    border-radius: 30px;
    font-family: "Syne Mono", monospace;
    padding: 20px;
    color:antiquewhite
}

#mainContent h1{
    font-size: 50px;
    text-align: center;
    font-family: "Workbench", sans-serif;
    color:antiquewhite
}

#mainContent h2{
    text-align:center;
    font-size: 40px;
    font-family: "Pixelify Sans", sans-serif;
    color: #2d025e;


}

#mainContent p{
    font-size: 20px;
    text-align: right;
}
.linkList {
    margin: 0px;
    padding: 1px;
    width: 200px;
    background-color: #f87db03d;

}

li a {
    display: block;
    color: #ffffff;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ffffff6b;
    padding:15px
}

li a:hover {
    background-color: #390c6b;
    color: white;
}
/* clip art for webiste */
.freddy {
    position: absolute;
    top: 300px;
    left: 10px;
    width: 350px;
    height: auto;
}

.hatsune {
    position: absolute;
    top: 800px;
    left: 360px;
    width: 200px;
    height: auto;

}
/* Random Image Generator */
#image-container img {
    max-width: 100%;
    height: auto;
    border: 2px solid #ccc;
    margin-top: 20px;
    max-height: 200px; /* Optional: limit image size */
    max-width: 300px;
}

.generate-button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    background-color: #9459f5;
    color: white;
    border: none;
    border-radius: 5px;
 }

 .randomImage {
    position: absolute;
    top: 700px;
    left: 40px;
    width: 200px;
    height: auto;
 }


#musicPlayer {
    position: absolute;
    top: 200px;
    left: 50px;
}
