/* Body styles */
body {
    background-color: black; /* Dark background to make gold stand out */
    color: white;
    margin: 0;
    padding: 0;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    /* height: 100vh; */
    /* font-family: 'Sanchez', serif; */
    font-family: 'Courier New', monospace;
    /* font-family: 'Great Vibes', cursive; */
    font-size: 1.2rem; /* Adjust font size */
    color: white; /* Gold text color */
    /* text-shadow: 2px 2px 10px rgba(255, 0, 0, 0.5); */
    /* letter-spacing: 2px;  */


}

/* Style for the hat link */
.hat-link {
    position: absolute;
    top: 20px;
    left: 30px;
}

/* Style for the hat image */
.hat {
    width: 80px; /* Adjust the size as needed */
    height: auto;
    cursor: pointer; /* Changes the cursor to a pointer when hovering */
}

.digital-witchcraft {
    /* position: absolute; */
    /* display: flex; */
    flex-direction: column;
    padding: 20px;
    top: 50px;
    align-items: center;
    text-align: center;
    /* position: absolute; 
    top: 2%;
    left: 10%; */
    /* font-size: 2rem; */
    /* color: #333; */
    /* padding-bottom: 20%; */
    /* max-width: 90vw; */
}


/* Style for the fancy text */
.the-founder {
    padding: 5vh 5vw;
    border: 0.5vw solid transparent;
    box-sizing: border-box;
    max-width: 90vw;
    margin: 2vh auto;

    top: 10%;
    /* position: absolute;
    bottom: 10%; 
    right: 5%; */
    /* font-size: 2rem; */
    /* color: #555; */

}