body {
    font-family: 'Courier new', sans-serif;
    background-color: #121212;
    color: #fff;
}

p {
    font-family: 'Courier new', sans-serif;
}

.material-icons {
    vertical-align: middle;
    margin-right: 8px;
}

.subtitle {
    opacity: 0.5;
    background-color: #121212;
    color: #fff;
}

.container {
    margin-top: 50px;
    text-align: center;
    max-width: 900px;
}

.card {
    background: #1e1e1e;
    border-radius: 20px;
    margin: 20px auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 80%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

@media (max-width: 768px) {
    .card {
        width: 95%;
    }
}

.card-title {
    color: #b31590;
    justify-content: start;
}

.list-item {
    display: flex;
    padding-top: 10px;
    gap: 10px;
    text-align: start;

}

.profile-img {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    margin: 20px auto;
    display: block;
    border-style: solid;
    border-color: #b31590;
}

.footer {
    text-align: center;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
    display: flex;
    opacity: 0.5;
    font-size: 0.9em;
    justify-content: center;
}

.work-status {
    font-size: 0.9em;
}