html{
    color:#3d2936;
    font-size:16px;
    line-height: 1.75;
}

img{
    width:100%;
}

a{
    text-decoration: none;
    color:#3fbfc6;
}

a:hover{
    text-decoration: underline;
}

.Works_text p{
    margin:32px 0;
}

table{
    width:100%;
    border-collapse: collapse;
    border:#3d2936 solid 1px;
    margin:24px 0;
}

th,
td {
  padding: 4px 8px;
  border:#3d2936 solid 1px;
}

th{
    font-weight: normal;
    text-align: left;
    background-color: #b3dbdd;
    width:40%;
}

.Wrapper{
    max-width: 480px;
    margin:24px auto;
    padding:0 24px;
}

.Works{
    max-width: 800px;
}

ul{
    padding:0 24px;
}

.Logo{
    width: 80px;
}

.Header{
    text-align: center;
}

.Works_thumbnail{
    display: inline-block;
    background-color: #ccc;
    width:100%;
}

.Works_list{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:8px;
}

.Works_image{
    vertical-align: top;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    width:100%;
}

.Works_list a{
    color:#3d2936;
}

figure{
    margin:0;
}

.Works_info{
    font-size: 14px;
    display:flex;
}

.Works_year{
    margin-left:auto;
}

@media (max-width: 640px){
    .Wrapper{
        margin:12px auto;
        padding:0 12px;
    }
    .Works_list{
        grid-template-columns:1fr 1fr;
    }

    .Works_title{
        font-size: 14px;
    }

    .Works_info{
        font-size: 12px;
    }
}