body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

header {
    background-color: #62CA66;
    color: white;
    padding: 20px;
    font-size: 2em;
}




.top-right-links {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top-right-links a {
    margin-bottom: 10px; /* Adds space between the two images */
}

.top-right-links img {
    width: 32px; /* Adjust the size of the images */
    height: auto;
    border-radius: 5px;
    
}



#image-section {
    margin-top: 20px;
}

#randomImage {
    max-width: 80%;
    height: auto;
    border: 2px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#artFooter {
    margin-top: 20px;
    padding: 10px 0;
    background-color: #4CAF50;
    color: white;
}

#artFooter a {
    color: #FFD700; /* Gold color for the link */
    text-decoration: none;
    font-weight: bold;
}

#artFooter a:hover {
    text-decoration: underline;
}