body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

h1 {
    color: #0d639d;
}

h1 a {
    color: #0d639d;
    text-decoration: inherit;
    font-size: inherit;
}

h1 a:visited {
    color: #0d639d; /* Adjust the color as needed */
    text-decoration: inherit;
    font-size: inherit;
}

a:visited {
    color: blueviolet;
}

.home_container {
    width: 60%;
    margin: 0 auto;
}

.container {
    width: 80%;
    margin: 0 auto;
}

.home_title {
    text-align: center;
}

/* Allow images to span more space
img {
    max-width: 100%;
    height: auto;
} */
