html, body {
    font-family: 'Roboto', sans-serif;
    color: #FFFFF8;

    width: 100%;
    margin: 0px;
    border: 0px;
    padding: 0px;
    height: 100%;
    background-color: #e9e9ee;
}

header {
    width: 100%;
    background-color: #167234;
    margin: 0px;
    padding: 0px;
}

a {
    color: #e9e9ee;
    text-decoration: none;
}

#link {
    color: #e9e9ee;
    text-decoration: underline;
}

#title {
    padding: 1rem 1rem 0 1rem;
    width: 80%;
    margin: 0px;
    
    font-size: 400%;
    font-style: italic;
}

#subtitle {
    padding: .2rem 1rem 1rem 1rem;
    width: 80%;
    margin: 0 0 0 4rem;
    
    font-size: 2em;
    font-style: italic;
}


main {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(24rem,1fr));
    grid-gap: 1rem;
    color: #e9e9ee;
    padding: 1rem;
}

.card {
    background-color: #10591c;
    display: flex;
    flex-direction: column;
    justify-content: top;
    border-radius: 10px;
    border-top: 16px;
    height: 100%;
}

img {
    max-width: 84%;
    height: auto;
    margin: 8%;
    position: relative;
    bottom: 0px;
    top: 0px;
    border-radius: 10px;
}

.info {
    padding: 1rem;
}

.title-card {
    font-size: 2.2em;
}
