@import "variables.css";

a{
    color: var(--white-color);
}

.imageLink{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sectionInfo{
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
}

#projetos{
    list-style-type: none;
}

main{
    padding: 5px;
}

main, footer{
    min-width: 300px;
}

body{
    height: 100%;
}

main{
    height: 100%;
}