h1, h3{
    font-family: "Inter", sans-serif;
}

body{
    font-family: "Inter", sans-serif;
}

#coloring{
    color: #35e67b;
}

.container{
    display: flex;
    height: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
    gap: 10px;
}

.card {
    background-color: #ffffff;
    /* height: 100%; */
    min-height: 300px;
    width: 20%;
    flex: 1;
    outline: 1.5px solid black;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
    margin: 10px;
    overflow: hidden;
}

.banner {
    background-color: black;
    color: #35e67b;
    text-align: center;   
    padding: 5px;         
    margin-bottom: 10px;  
}

.card-content {
    text-align: left;    
}

.title{
    color: #35e67b;
}
