#status-wrapper {
    padding-top: 200px;
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 150px;
    min-height: 396px;
}

nav {
    background-color: #1a1a1a;
}

h2 {
    text-align: center;
    font-size: 30px;
}

p {
    color: #1a1a1a;
    text-align: center;
}

#card-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.card {
    width: 500px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #eee;
    padding: 20px;
}

.card .title {
    text-align: left;
    font-weight: 600;
    font-size: 25px;
}

.card .details {
    margin-top: 10px;
    text-align: left;
    font-family: "jost-light";
    font-size: 18px;
}

.card .desc {
    text-align: left;
    font-family: "jost-light";
    margin-top: 20px;
    font-size: 18px;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
    font-family: "jost-light";
  }
li {
    margin-left: 5px;
    list-style: disc outside none;
    display: list-item;
  }


@media only screen and (min-width: 900px) {}