* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: rgba(138, 158, 214, 0.452);
    overflow-x: hidden;
}

/* footer {
    width: 100%;
    background-color: white;
    text-align: center;
    margin-top: auto;
} */
h1 {
    font-size: 1.15rem; /* Match the size of your h3 */
    font-weight: normal; /* Adjust weight if needed */
    margin: 0; /* Reset margin if necessary */
}

.full-contain {
    max-width: 20rem;
    max-height: 45rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: white;
    border-radius: 8px;
    text-align: center;
    padding: 12px;
    margin: 5rem auto;
}

img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.header {
    font-weight: bold;
    margin: 24px 16px 8px 16px;
    padding: 0 16px;
}

#subtext {
    font-size: .75rem;
    transform: scale(0.75);
    margin-bottom: 15px;
    padding: 0 25px;
}

.attribution a {
    font-size: 1rem;
    color: hsl(228, 45%, 44%); 
    text-decoration: none;
}

/*Commit Check*/