*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
}

a{
    cursor: pointer;
}

body{
    background-color: #000;
    
    font-family: 'MTS Wide', sans-serif;
    font-weight: 100;
    font-size: 24px;
}
body,html{
    width: 100%;
    height: 100%;
}

.csfont{
    font-family: 'Dirtyline36Daysoftype2022';
}
header{
    width: 100%;
    position: relative;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.links{
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.links a{
    text-decoration: none;
    border-radius: 100px;
    padding: 15px 20px;
    border: 1px solid #fff;
    font-size: 0.8em;
    color: #fff;
    transition: .3s ease-in-out 0s;
}
.links a:hover{
    background-color: #fff;
    color: #000;
}
header h1{
    color: #fff;
}
header video{
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
    z-index: -1;
}
.title{
    font-size: 2.5em;
}
p{
   
    font-size: 1em;
    color: #f2f2f2;
}
.container{
    padding: 50px;
    max-width: 1280px;
    margin: 0 auto;

    &#name{
        border-bottom: 2px solid #838383;
    }
}
h2{
    color: #f2f2f2;

}
@media screen and (max-width: 870px) {
    body{
        font-size: 16px;
    }
}

.project-wrapper{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.project{
    text-decoration: none;
    padding: 20px 20px 20px 0px;
    border-bottom: 1px solid #f2f2f2;
    transition: .3s ease-in-out 0s;
    display: inline-flex;
    gap: .75em;
    align-items: center;
    width: 100%;
}
.project:hover {
    padding-left: 15px;
}
.project img{
    width: 80px;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
    background: #161616;
}
.project .project-meta{
    display: flex;
    flex-direction: column;
    gap: .35rem;
    min-width: 0;
}
.project .meta-title{
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.explicit {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 1px 5px;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 13px;

  border-radius: 2px;

  background-color: #b3b3b3;
  color: #121212;

  user-select: none;
  -webkit-user-select: none;

  flex-shrink: 0;
}
.meta-year {
    color: #ccc;
    font-weight: 400;
}
.project .meta-row{
    display: flex;
    flex-direction: column;
    gap: .35rem;
    color: #ccc;
    font-size: 0.85rem;
}
.project .meta-row a {
    color: #ccc;
    text-decoration: none;
}
.project .meta-row a:hover{
    color: #fff;
    text-decoration: underline;
}hover{
    padding-left: 15px;
}
.disc{
    color: #838383;
    font-size: 0.8em;
    margin-top: 15px;
}
.project-name{
    color: #f2f2f2;
}

.noise::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .15;
    z-index: 1000;
    pointer-events: none;
    background: url(noise.gif);
}

.remark{
    color: #838383;
    font-size: 0.8em;
    margin-top: 15px;
}

.remark a{
    color: inherit;
}

.remark a:hover{
    color: #fff;
    text-decoration: underline;
}

.badge-asterisk {
  vertical-align: super;
  font-weight: 600;
  user-select: none;
}