body {
    /* background-color: #dedede; */
    margin: 0; /* Remove default margins */
    padding: 0; /* Remove default padding */
    height: 100%; /* Ensure both html and body take up full viewport height */
    width: 100%; /* Ensure both html and body take up full viewport width */

    background-image: url('morris_bg_tile_2.png');
    background-repeat: repeat;
    /* background-size:inherit; */
    background-color: #dedede;
}

.main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: auto;
}

img {
    width: 60%;
    height: auto;
    display: block;
    margin-top: 3rem;
    
}

.text-container {
    display: flex;
    align-items: center;
    text-align: center;
}

.text-container h1 {
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', 'Times New Roman', Times, serif;
    margin-top: 2.5rem;
    font-size: clamp(1rem, 5vw + 0.3rem, 2.5rem);
    white-space: normal;
    overflow-wrap: break-word;
}