
* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
}

a{
    text-decoration: none;
    color: white;
}

ul {
    list-style: none;
}

.projetos img {
    max-width: 100%;
    width: 300px;
    height: 100%;
    height: 500px;
    min-height: 250px;
    min-width: 250px;
    position: relative;
}