.home-link {
    display: block;
    position: absolute; /* or 'fixed' if you want it relative to the viewport */
    top: 0;
    left: 0;
    z-index: 1000; /* ensures it stays on top of other content */
}

.oval-image {
    width: 150px; /* Adjust width as needed */
    height: 100px; /* Adjust height as needed */
    object-fit: cover;
    border-radius: 50%;
}
