* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background: url("../background.jpg") fixed;
    background-size: cover;
    color: black;
    text-align: center;
}


.container {
    max-width: 1000px;
    min-width: 320px;
    margin: 0 auto;
    padding: 20px;
    background-color: #cecece;
    border-radius: 20px;
}

/* title and subtitle */
.project-title {
    font-size: 32px;
    font-weight: bold;
    margin-top: 20px;
    color:black;
}

.project-subtitle {
    font-size: 18px;
    color: black;
    margin-bottom: 20px;
    font-weight: 600;
}

/* skills */
.project-categories {
    margin-bottom: 25px;
}

.skill-tag {
    display: inline-block;
    background-color: #c57f4c;
    color: #fff;
    padding: 6px 12px;
    margin: 5px;
    border-radius: 15px;
    font-size: 14px;
}

/* image */
.project-img {
    width:90%;
    max-width:800px;
    max-height: 250px;
    margin: 20px auto;
    display: block;
    border-radius: 20px;
}

/* code-block */
.project-code {
    background-color: #343434;
    color: #c57f4c;
    font-family: monospace;
    padding: 20px;
    margin: 20px auto;
    width: 90%;
    max-width: 800px;
    border-radius: 20px;
    overflow-x: auto;
    white-space: pre-wrap;
    text-align: left;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.project-code.code{
    background-color:#000000;
    color:#ffffff
}

/* text */
.project-text {
    background-color: #a1a0a0;
    color: #000000;
    padding: 10px;
    margin: 20px auto;
    width: 90%;
    max-width: 800px;
    border-radius: 20px;
    overflow-x: auto;
    text-align: left;
    line-height: 1.6;
}

.project-text ul{
    list-style-type:disc;
    padding-left: 20px;
}
.project-text ol{
        padding-left: 20px;
}

.project-icon-back{
    max-width:10%;
    max-height:10%;
    filter: invert(51%) sepia(92%) saturate(278%) hue-rotate(343deg) brightness(89%) contrast(92%);

}

/* Responsivity */
@media screen and (max-width: 768px) {
    .project-title {
        font-size: 24px;
    }

    .project-subtitle {
        font-size: 16px;
    }

    .project-text {
        font-size: 15px;
        padding: 0 10px;
    }

    .project-code {
        font-size: 14px;
        padding: 15px;
    }
}

/* --- SNOWWW --- */
.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px #000;
}

.snowflake,.snowflake .inner{animation-iteration-count:infinite;animation-play-state:running}@keyframes snowflakes-fall{0%{transform:translateY(0)}100%{transform:translateY(110vh)}}@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;user-select:none;cursor:default;pointer-events:none;animation-name:snowflakes-shake;animation-duration:3s;animation-timing-function:ease-in-out}.snowflake .inner{animation-duration:10s;animation-name:snowflakes-fall;animation-timing-function:linear}.snowflake:nth-of-type(0){left:1%;animation-delay:0s}.snowflake:nth-of-type(0) .inner{animation-delay:0s}.snowflake:first-of-type{left:10%;animation-delay:1s}.snowflake:first-of-type .inner,.snowflake:nth-of-type(8) .inner{animation-delay:1s}.snowflake:nth-of-type(2){left:20%;animation-delay:.5s}.snowflake:nth-of-type(2) .inner,.snowflake:nth-of-type(6) .inner{animation-delay:6s}.snowflake:nth-of-type(3){left:30%;animation-delay:2s}.snowflake:nth-of-type(11) .inner,.snowflake:nth-of-type(3) .inner{animation-delay:4s}.snowflake:nth-of-type(4){left:40%;animation-delay:2s}.snowflake:nth-of-type(10) .inner,.snowflake:nth-of-type(4) .inner{animation-delay:2s}.snowflake:nth-of-type(5){left:50%;animation-delay:3s}.snowflake:nth-of-type(5) .inner{animation-delay:8s}.snowflake:nth-of-type(6){left:60%;animation-delay:2s}.snowflake:nth-of-type(7){left:70%;animation-delay:1s}.snowflake:nth-of-type(7) .inner{animation-delay:2.5s}.snowflake:nth-of-type(8){left:80%;animation-delay:0s}.snowflake:nth-of-type(9){left:90%;animation-delay:1.5s}.snowflake:nth-of-type(9) .inner{animation-delay:3s}.snowflake:nth-of-type(10){left:25%;animation-delay:0s}.snowflake:nth-of-type(11){left:65%;animation-delay:2.5s}