

#title {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#temp-text {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#projects {
    display: flex;
    justify-content: space-around;
    
    /* border: 1px solid black; */
}