/* GLOBAL */
body {
    background-color: #1b1b1b;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

#text {
    color: rgb(243, 229, 229);
    height: 600px;
    width: 550px;
    font-family: Arial, Helvetica, sans-serif;
    word-spacing: 3px;
    letter-spacing: 0.5px;
    text-align: justify;
    line-height: 25px;
    margin-top: 3vh;
}

#header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer {
    display: flex;
    justify-content: space-between;
    padding-top: 7vh;
}

#icons {
    padding-top: 1vh;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    width: 100%;
    max-width: 500px;
    margin-top: 20px;
    justify-items: center;
}

#home {
    font-size: 15px;
    letter-spacing: 0px;
    margin-bottom: 10vh;
    word-spacing: 0px;
    color: #c7c7c7;
}

/* HOME */
#name {
    font-size: 15px;
    letter-spacing: 0px;
    margin-bottom: 10vh;
    word-spacing: 0px;
    color: #c7c7c7;
}

#devlogs {
    font-size: 15px;
    letter-spacing: 0px;
    margin-bottom: 10vh;
    word-spacing: 0px;
    color: #c7c7c7;
}

#projects {
    font-size: 15px;
    letter-spacing: 0px;
    margin-bottom: 10vh;
    word-spacing: 0px;
    color: #c7c7c7;
}

#socials {
    font-size: 15px;
    letter-spacing: 0px;
    margin-bottom: 10vh;
    word-spacing: 0px;
    color: #c7c7c7;
}

#hi {
    font-size: 30px;
    margin-bottom: 30px;
}

#intro {
    margin-bottom: 50px;
    line-height: 30px;
}

#tech_stack {
    font-size: 25px;
}

#tech_text {
    margin-bottom: 50px;
    line-height: 30px;
}

#goals {
    font-size: 25px;
}

#goals_text {
    margin-bottom: 50px;
    line-height: 30px;
}

/* LINKS */
a {
    color: rgb(187, 183, 183);
    text-decoration: none; 
}

a:visited {
    color: rgb(187, 183, 183);
    text-decoration: none; 
}

a:hover {
    color: #dddddd;
    text-decoration: none; 
}

a:active {
    color: #dddddd;
    text-decoration: none; 
}

/* DEVLOGS */
#devlogs_text {
    text-align: center;
}

/* PROJECTS */
#projects_text {
    text-align: center;
}

/* SOCIALS */
#projects_text {
    text-align: center;
}
