html {
    height: 100%;
    background-image: url('https://kgabriel.dev/homepage/img/bp.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    word-wrap: break-word;
}

.container {
    background-color: rgba(255, 255, 255, 0.25);
    border: none;
    border-radius: 2em;
    margin: .75em;
    padding: .25em;
}

.flex-justify-center {
    display: flex;
    justify-content: center;
}

.flex-column {
    flex-direction: column;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.project {
    margin: .5em;
    padding: .5em;
    max-width: 30%;
    min-width: 180px;
}

a, a:hover, a:visited {
    color: inherit;
    text-decoration: underline;
}