@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

body{
    background-color: #1C1C1E;
}

.lucas_thoburn a{
    color: #FFFFFF;
    font-family: "Syne";
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 12px;
    line-height: 2.5;
    text-align: left;
    white-space: nowrap;
    text-decoration: none;
}

h1{
    color: #FFFFFF;
    font-family: "Syne";
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 12px;
    line-height: 2.5;
    text-align: left;
    white-space: nowrap;
    text-decoration: none;
}

h2{
    color: #FFFFFF;
    font-family: "Syne";
    font-size: 50px;
    font-weight: 800;
    line-height: 2;
    text-align: center;

}

p{
    color: #FFFFFF;
    font-family: "Archivo";
    font-size: 15px;
    font-weight: 400;
}

a{
    color: #8A9AAB;
    font-family: "Archivo";
    font-weight: 600;
    letter-spacing: 5px;
}

#header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    padding: 10px;
}

#category_links{
    display: flex;
    gap: 40px;
}

#category_links a {
    text-align: right;
    text-decoration: none;
}

#socials{
    display: flex;
    flex-direction: column;
    gap: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#socials img{
    width: 50px;
    height: 50px;
    filter: invert(1);
}

.social_link{
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.social_handle{
    color: #FFFFFF;
    font-family: "Archivo";
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
}

