.header{
    display: flex;
    align-items: center;
    padding: 0px 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(5px);
    z-index: 1000;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    border-bottom-width: thin;

    transition: transform 0.3s ease;
}

.header.hidden {
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
}

.topNav{
    display: flex;
    gap: 100px;
    margin-left: 300px;
}

.topNav a{
    text-decoration: none;
    color: black;
    font-weight: 100;
}


h1{
   font-family: 'Roboto', 'Nanum Gothic Coding', monospace;
   font-weight: 100;
   letter-spacing: 5px;
   font-size: clamp(1rem, 2.5vw, 2rem);
   margin: 2;
}

img {
    width: 450px;
    height: 450px;
    padding-top: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;

    
}

.desc{
    padding-left: 30px;
    font-weight: 100;;
}

.contact{
    font-family: 'Roboto', 'Nanum Gothic Coding', monospace;
    font-weight: 900;
    font-size: 35px;
    letter-spacing: 5px;
    padding-left: 30px;
    font-weight: 100;
    margin-bottom: 10px;
}

.info{

    margin-top: 0px;
    padding-left: 60px;
    font-size: 25px;

}

.insta img{
    width: 40px;
    height: 40px;
    padding-top: 0;
    margin-left: 55px;
}

