*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Syne, sans-serif;
    color: white;
}

html, body{
    height:100%;
    width: 100%;
}
body{
   background:black;
}
#nav{
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 50px;
}
#part2{
    display: flex;
    gap:50px;
}

h1{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    text-align: center;
     white-space: nowrap; 

}
/* #box{
    height: 300px;
    width: 300px;
    background-color: red;
}
#box1{
    height: 300px;
    width: 300px;
    background-color: rgb(0, 255, 26);
}
#box2{
    height: 300px;
    width: 300px;
    background-color: rgb(255, 0, 166);
}
#box3{
    height: 300px;
    width: 300px;
    background-color: red;
} */
/* #box2{
    height: 300px;
    width: 300px;
    background-color: rgb(0, 55, 255);
} */