* {
    font-family: Montserrat;
    padding: 3px;
}

body {
    background-color: rgb(160, 184, 184);
    margin: 0%;
}

li {
    list-style-type: none;
}

#main {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    text-align: justify;
}

#content {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    text-align: justify;
}

#links {
    color: white;
    background-color: rgba(0, 0, 0, 0.623);
    text-align: center;
    padding: 0;
    
}

a {
    cursor: pointer;
    text-decoration: none;
}

#portfolio  {
    text-align: center;
}

#contents {
    display: flex;
    justify-content: space-evenly;
    max-width: 80%;
    margin: auto;
    padding: 20px;
}

#pixels-art {
    text-decoration: none;
    color: rgb(0, 0, 0);
    background-color: beige;
}

.btn-outline-primary {
    text-decoration: none;
    color: white;
}