main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    max-width: 1000px;
}

a{
    color: #0366d6;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease
}

body{
    /* width: 100vw; */
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    line-height: 1.4;
    overflow-x: hidden;
}

.social{
    margin-bottom: 10px;
}

.pages{
    margin-top: 10px;
}

.title{
    color: black;
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
}

.about-summary{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.about-text {
    text-align: justify;
    max-width: 600px;
}

.projects-list{
    display:flex;
    flex-direction: column;
    gap: 100px;
}
