    @charset "UTF-8";

    /*Aqui vai as importações das fontes no CSS*/
    @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Crafty+Girls&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');


    @font-face {
      font-family: "Lemon Milk";
      src: url(../font/LEMONMILK-Medium.otf);
      font-weight: bold;
    }

    /*Aqui vai as Configurações padrões da paletas de cor e definição das fontes no CSS*/
    :root {
      --corPrimaria: #5500FF;
      --corSecundaria: #00A6FF;
      --corTerceriaria: #4DFF00;
      --outros: #FF00A1;
      --preto: #000000;
      --branco: #ffffff;

      /*Fontes*/
      --font-titulo: "Lemon Milk";
      --font-subititulo: "Bebas Neue", serif;
      --font-paragrafos: "Roboto", normal;
    }


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

    body {
      background-color: var(--preto);
      color: var(--branco);
      font-family: var(--font-paragrafos);
    }

    h1,
    h2 {
      font-family: var(--font-titulo);
    }

    #importante {
      color: #0099ff;
    }

    /*Header*/
    header {
      text-align: center;
      justify-content: center;
      padding: 50px;
      font-family: var(--font-subititulo);
      background-color: var(--preto);
    }

    .header-logo {
      height: 50px;
      width: auto;
      display: block;
    }

    nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding: 0 30px;
    }

    nav ul {
      display: flex;
      justify-content: center;
      gap: 35px;
      list-style: none;
    }

    .auth-links {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-left: 0px;
    }

    nav ul li a {
      text-decoration: none;
      color: var(--branco);
      font-size: 1.1rem;
      letter-spacing: 1px;
      transition: color 0.5s ease;
    }

    nav ul li a:hover {
      color: var(--outros);
    }

    nav .auth-links a {
      margin-left: 10px;
      font-weight: bold;
      font-size: 1.3rem;
      text-decoration: none;
    }

    nav .auth-links a:first-child {
      transition: background-color 0.s ease;
      transition: color 0.6s ease;
      color: #5500FF;
      padding: 3px 10px;
      border-radius: 10px;
    }

    nav .auth-links a:first-child:hover {
      background-color: #5500FF;
      color: white;
      padding: 3px 10px;
      border-radius: 10px;
    }

    nav .auth-links a:last-child {
      transition: background-color 0.6s ease;
      transition: color 0.6s ease;
      background-color: #5500FF;
      color: white;
      padding: 3px 10px;
      border-radius: 10px;
    }

    nav .auth-links a:last-child:hover {
      color: #5500FF;
      background-color: #0099ff00;
      padding: 3px 10px;
      border-radius: 10px;
    }
    
    .container1 {
      padding: 10px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
    }

    .img1 {
      margin: 50px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    .button1 {
      margin-top: 20px;
      color: var(--branco);
      background-color: var(--corSecundaria);
      border: none;
      border-radius: 20px;
      padding: 10px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .button1:hover {
      background-color: var(--outros);

    }

    .texto1 {
      margin: 50px;
      max-width: 600px;
    }

    .texto1>h1 {
      font-family: var(--font-titulo);
      margin-bottom: 20px;
    }

    .texto1 em {
      color: #00a6ff;
    }

    .container2 {
      padding: 50px;
      background-color: #fff;
      color: #000;
      display: flex;
      flex-direction: column;
      gap: 30px;
    }

    .texto2 {
      padding: 0 30px;
    }

    .texto2 h1 {
      text-align: center;
      margin-bottom: 15px;
    }

    .img2 {
      display: flex;
      justify-content: center;
      gap: 30px;
      flex-wrap: wrap;
    }

    .linkeditores>a {
      letter-spacing: 2px;
      font-family: var(--font-subititulo);
      text-decoration: none;
      color: var(--outros);
      display: flex;
      justify-content: flex-end;
      margin: 0 30px;
      transition: color 0.4s ease;
    }

    .linkeditores>a:hover {
      color: var(--corSecundaria);
    }


    .titulo1 {
      text-align: center;
      padding: 80px 30px 30px 30px;
    }

    .container3 {
      padding: 50px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
    }

    .texto3 {
      max-width: 600px;
      padding: 20px;
    }

    .img3 {
      padding: 20px;
    }

    .linkprojetos>a {
      letter-spacing: 2px;
      font-family: var(--font-subititulo);
      color: var(--corSecundaria);
      margin-left: 100px;
      text-decoration: none;
      transition: color 0.4s ease;
    }

    .linkprojetos>a:hover {
      color: var(--outros);
    }

    .container4 {
      padding: 50px;
      display: flex;
      justify-content: center;
    }

    .container5 {
      padding: 50px;
      background-color: var(--branco);
      color: var(--preto);
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
    }


    .texto4,
    .img4 {
      padding: 20px;
      flex: 1 1 40%;
      max-width: 500px;
    }

    .texto4>h1 {
      margin-bottom: 20px;
      font-family: var(--font-titulo);
    }

    /*API GITHUB*/
    .sobreDEV {
      background-color: rgb(0, 0, 0);
      color: rgb(255, 255, 255);
      text-align: center;
      padding: 20px;
    }

    .sobreDEV>h2 {
      padding: 20px;
    }

    .sobreDEV>p {
      font-family: Arial, Helvetica, sans-serif;
    }


    #app {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .card {
      color: black;
      background-color: white;
      width: 250px;
      margin: 30px;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 6px rgba(47, 0, 255, 0.39);
      text-align: center;
      font-family: Arial, Helvetica, sans-serif;
    }

    .card img {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      margin-bottom: 10px;
    }

    .card h2 {
      margin: 10px 0;
      font-size: 20px;
      font-family: var(--font-paragrafos);
    }

    .card p {
      margin: 5px 0;
      color: rgb(77, 77, 77);
    }

    .card a {
      display: inline-block;
      margin-top: 10px;
      padding: 8px 12px;
      background-color: var(--corPrimaria);
      color: white;
      text-decoration: none;
      border-radius: 5px;
      transition: background-color 0.3s ease;
    }

    .card a:hover {
      background-color: var(--corSecundaria);
    }

    #designerDesc {
      color: #5500ff;
    }

    #scrumMasterDesc {
      color: #5500ff;
    }

    #productOwnerDesc {
      color: #5500ff;
    }

    #devDesc {
      color: #5500ff;
    }

    /*Footer*/

    footer {
      background-color: var(--preto);
      font-family: var(--font-paragrafos);
      color: white;
      margin-top: 40px;
      width: 100%;
      text-align: center;
      padding: 10px;
      font-size: 0.8rem;
    }

    .footer-logo {
      height: 40px;
      width: auto;
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
    }

    footer p {
      padding: 5px;
      text-align: center;
    }

    .socials>a {
      color: var(--branco);
    }

    footer .socials i {
      font-size: 1.5rem;
      margin: 0 8px;
      vertical-align: middle;
    }

    i {
      padding-top: 5px;
      transition: color 0.5s ease;
    }

    i.fa-github:hover {
      color: rgb(101, 0, 252);
    }

    i.fa-instagram:hover {
      color: red;
    }

    i.fa-linkedin:hover {
      color: rgb(0, 170, 255);
    }