@media screen and (min-width: 1024px){
    
    body{
        padding: 70px;
        padding-top: 20px;
    }

    .theme-toggle{
        width: 50px;
        height: 50px;
        right: 0;
        left: 0;
        top: 40px;
        margin-left: auto;
        margin-right: auto;
    }

    .returnbtn{
        left: 50px;
        top: 40px;
        width: 50px;
        height: 50px;
    }

    .topbar.mobile{
        display: none;
    }

    .desktop{
        display: block;
    }

    .header{
        padding-top: 20px;
    }

    .topbar {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .logo{
        width: 50px;
        height: 50px;
    }

    .topbar-links{
        font-size: 1.5rem;
        height: 2rem;
    }

    .topbar-links a::after, .introduction a::after{
        height: 2px;
    }
    
    .topbar-links a:hover::after, .introduction a:hover::after{
        height: 4px;
    }

    h1{
        font-size: 14rem;
        margin-top: 100px;
    }

    .topbar-socials{
        width: 370px;
        display: flex;
        justify-content: left;
    }

    .introduction{
        display: flex;
        gap: 5rem;
        justify-content: center;
    }

    .whoiam{
        font-size: 2rem;
        max-width: 600px;
    }

    .whatiwant{
        margin-top: 0;
        max-width: 500px;
        font-size: 1.25rem;
    }

    .worktitle{
        height: 5rem;
        border-radius: 2.5rem;
        font-size: 2.5rem;
    }

    .worktitle{
        height: 7rem;
        border-radius: 3.5rem;
        font-size: 4rem;
        max-width: 1500px;
    }

    .worklist-item{
        margin-top: 50px;
        margin-bottom: 70px;
    }

    .worklist-itemtitle{
        display: flex;
        gap: 6rem;
        font-size: 3rem;
        align-items: center;
    }

    .worklist-itemtitle span{
        font-size: 1.75rem;        
    }

    .worklist-itemdate{
        font-size: 1.75rem;
    }

    h2{
        font-size: 3rem;
    }

    .presentation{
        display: flex;
        gap: 3rem;
        justify-content: center;
        
    }

    .presentation-screen{
        max-width: 800px;
    }

    .presentation p{
        font-size: 1.25rem;
    }

    .languages span{
        width: 55px;
        height: 55px;
    }

    h3{
        font-size: 2rem;
    }

    .certifications{
        max-width: 650px;
        font-size: 1.25rem;
        align-items: center;
    }

    .certifications img{
        width: 180px;
        height: 180px;
    }

    .testimony-container{
        display: flex;
        gap: 3rem;
        justify-content: left;
        overflow-x: auto;
        padding-bottom: 1rem;
        font-size: 1.25rem;
        align-items: start;
    }

    .testimony{
        max-width: 500px;
        flex: 0 0 auto;
        display: flex;
        align-items: start;
    }

    .testimony small{
        font-size: 1.25rem;
    }

    .testimony img{
        width: 100px;
        height: 100px;
        margin-top: 32px;
    }

    .projectlist-item{
        max-width: 1000px;
    }

    .projectlist-item-description{
        font-size: 1.25rem;
    }

    .projectlist-item-tags span{
        width: 55px;
        height: 55px;
    }

    .projectlist-item-devices span{
        width: 35px;
        height: 35px;
    }

    .projectlist-item-links a{
        font-size: 1.25rem;
    }
}