.works {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 15px;
    margin-right: 15px;
    justify-content: center;
    border-radius: 10px 10px 10px 10px;
}

.works-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin-left: auto;
    margin-right: 30px;
}

.works-info a {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.downloads {
    display:flex;
    align-items: center;
}

.followers {
    display: flex;
    align-items: center;
}

.works-simpleimg {
    width: auto;
    height: 20px;
}

.works-item {
    display: flex;;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
}

.works-contents {
    display: flex;
    flex-direction: column;
    margin-top: 2px;
    margin-bottom: 10px;
    margin-left: 20px;
}

a {
    text-decoration: none;
    color: black;
}

.works-contents h2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.works-icon {
    border-radius: 10px 10px 10px 10px;
    width: auto;
    height: 120px;
}

.news-important {
    color: #f39797;
}

.fill-link {
  text-decoration: none;
  color: black;
}