*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: ui-sans-serif, system-ui, -apple-system, sans-serif;
}

.wrapper{
    width: 100%;
    background-color: #FFFFFF;
}

.container{
    max-width: 540px;
    margin: auto;
    padding-top: 8rem;
}

li{
    list-style: none;
}

a{
    color: #12121266;
    text-underline-offset: 0.2rem;
    font-size: 1rem;
    text-decoration-color: #12121211;
    text-decoration-thickness: 1px;
}

a:hover{
    color: #121212;
}

.light{
    font-size: 14px;
    color: #12121299;
    line-height: 160%;
}

.intro{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.2rem;
    color: #12121299;
}

.intro>:first-child{
    color: black;
    font-size: 1rem;
    font-weight: 500;
}

.intro>p{
    line-height: 1.5rem;
    font-size: 16px;
}

.intro>ul{
    display: flex;
    gap: 1.2rem;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.featured{
    margin-top: 6rem;
}

.featured>p{
    font-weight: 400;
    color: #121212;
    line-height: 1.6rem;
}

.featured>img{
    width: 100%;
    margin-top: 0rem;
}

.ongoing{
    margin-top: 6rem;
}

.ongoing>p{
    font-weight: 400;
    color: #121212;
    line-height: 1.6rem;
}

.ongoing>img{
    width: 100%;
    margin-top: 0rem;
}

.projects{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.1rem;
    margin-top: 1.5rem;
    width: 100%;
}

.projects>div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.projects>p{
    color: #12121299;
    line-height: 160%;
    font-size: 16px;
}

.projects>div>:first-child{
    color: #121212;
    font-weight: 500;
    line-height: 160%;
}

.projects>img{
    width: 100%;
    margin-top: 2rem;
}

.personal-projects{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.personal-projects>div>a{
    color: #121212;
    font-weight: 500;
    line-height: 160%;
}

.link{
    color: #121212;
    font-weight: bold;
}

.link:hover{
    text-decoration-color: #121212;
}

.personal-projects>div>a:hover{
    text-decoration-color: #121212;
}

.personal-projects>div>p{
    color: #12121299;
    line-height: 160%;
}

@media screen and (max-width: 580px)  {
    .container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape){
.wrapper, .container, .featured, .ongoing, .projects, .personal-projects, .footer, .footer-projects {
display: none;
}
}


.footer{
    margin-top: 6rem;
}

.footer>{
    color: #121212;
    line-height: 1.6rem;
}

.footer>img{
    width: 100%;
    margin-top: 0rem;
}

.footer-projects{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.1rem;
    margin-top: 1.5rem;
    margin-bottom: 6rem;
    width: 100%;
}

.footer-projects>div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.footer-projects>p{
    color: #12121299;
    line-height: 160%;
}

.footer-projects>div>:first-child{
    color: #121212;
    font-weight: 500;
    line-height: 160%;
}

.footer-projects>img{
    width: 100%;
    margin-top: 2rem;
}

