@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url(font-awesome.min.css);

body, html, p, a {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
    background-color: #1f2224;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: white;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.social-link p {
    opacity: 0;
    transition: opacity 0.3s ease-in-out; /* Smooth fade-in effect */
}

.social-link:hover a {
    color:#99a5a4;
    text-decoration: none;
}

.social-link:hover p {
    opacity: 1;
}

.main-header {
    padding-bottom: 12px;
}

.primary-block {
    display: block;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.primary-header-text {
    text-align: center;
    font-size: 36px;
    color: white;
}

.secondary-header-text {
    color: #99a5a4;
}

.pages {
    padding: 32px;
}

.section {
    display: block;
    padding-bottom: 24px;
}

.section-category {
    display: block;
    font-weight: 100;
    font-size: 24px;
    padding-top: 8px;
}

.section-sub-header {
    display: block;
    font-size: 18px;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: left;
    padding-bottom: 4px;
    padding-top: 12px;
    font-size: 20px;
    font-weight: 400;
}

.section-header p {
    font-size: 20px;
    font-weight: 400;
}

.section-header img {
    padding-left: 10px;
    max-width: 25px;
}

.section-details {
    padding-left: 12px;
}

.section-text {
    display: block;
    font-size: 15px;
}

.section-list {
    display: flex; 
    flex-direction: column; 
    align-items: flex-start;
    padding-left: 18px;
    margin: 0;
}

.links {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
}

.github-icon {
    width: 100px;
    height: 100px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3 .3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.')
}