/* 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: 1rem; /* Adjust font size */
    color: white; /* Gold text color */
    text-shadow: 2px 2px 10px rgba(255, 0, 0, 0.5); /* Glowing gold effect */
    letter-spacing: 2px; /* Slightly increased spacing between letters */

    background-image: url('dispelledBanner.png');
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    background-position-y: 275px;
}

/* 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 */
}

.terms-title{
    /* position: absolute; */
    /* display: flex;
    flex-direction: column;
    padding: 20px;
    top: 50px;
    align-items: center; */

    position: absolute; /* Absolute positioning */
    top: 2%; /* Adjust top position for section 1 */
    left: 10%; /* Adjust left position for section 1 */
    /* font-size: 2rem; */
    /* color: #333; */

}


/* Style for the fancy text */
.terms-text {
    padding: 5vh 5vw;
    border: 0.5vw solid transparent;
    box-sizing: border-box;
    max-width: 90vw;
    margin: 2vh auto;

    /* position: absolute;
    bottom: 10%; 
    right: 5%; */
    /* font-size: 2rem; */
    /* color: #555; */

}