* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

.container {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 30px 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.lista-principal {
    padding: 0px;
    flex-grow: 1;
}

.lista-principal>a {
    font-weight: 700;
}

img {
    max-width: 150px;
    border-radius: 100px;
}

h1 {
    margin-top: 16px;
    font-family: sans-serif;
    font-size: 24px;
}

a {
    padding: 18px;
    margin: 5px;
    border-radius: 8px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    font-family: sans-serif;
    font-size: 18px;
    background-color: #000;
    color: #ccc;
    cursor: pointer;
    text-decoration: none;
}

.lista-pessoal ul li a,
.lista-fotografia ul li a,
.lista-dev ul li a,
.lista-stillus ul li a,
.lista-dostto ul li a {
    background-color: transparent;
    color: #000;
    text-align: center;
    padding: 0px;
}

.lista-pessoal ul li,
.lista-dev ul li,
.lista-fotografia ul li,
.lista-stillus ul li,
.lista-dostto ul li {
    border: 1px solid #000;
    border-radius: 8px;
    max-width: 85%;
    width: 400px;
}

.lista-pessoal ul {
    padding-bottom: 40px;
}

li {
    list-style: none;
    padding: 5px;
    display: flex;
    text-align: center;
}

ul li img {
    justify-content: center;
    display: flex;
    max-width: 24px;
    margin-right: 6px;
}

.lista-dev,
.lista-fotografia,
.lista-pessoal,
.lista-stillus,
.lista-dostto {
    display: none;
}

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

footer {
    background-color: #000;
    color: #ccc;
    text-align: center;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 8px;
    font-family: sans-serif;
    font-size: 14px;
}

@media (max-width: 480px) {
    .lista-pessoal ul li,
    .lista-dev ul li,
    .lista-fotografia ul li,
    .lista-stillus ul li  {
        width: 330px;
    }
}
