* {
    margin: 0;
    padding: 0;
    text-align: center;
}
.intro {
  position: absolute;
  left: 0;
  top: 35%;
  padding: 0 20px;
  width: 100%;
  text-align: center;
}
#particles {
  width: 100%;
  height: 70%;
  overflow: hidden;
}
.intro img{
    width: 12%;
}
nav.menu {
    background-color: #37474f;
}

body {
    background-color: #263238;
    color: white;
}
#portifolio,
#working,
#contato {
    padding-top: 70px;
}

#portifolio img {
    width: 100%;
}

#modal1 {
    color: black;
}
.section p {
    text-align: justify;
}

#working p {
    text-align: justify;
    padding: 2px;
}

#working ol {
    list-style-type: circle;
}

#working ol li {
    text-align: justify;
    padding: 15px;
}

footer.page-footer {
    background-color: #37474f;
}

.links {
    display: grid;
}

.links a {
    padding: 5px;
}

/*Dispositicos moveis*/

@media screen and (max-width: 768px) {
    #particles {
        height: 50%;
    }
    .intro img {
        width: 100px;
    }
    .links {
        margin-top: 30px;
        display: grid;
    }
    .links a {
        padding: 5px;
    }
}
