body{
    background-color: white;
    margin: 0; 
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}
.caixa{
    display: flex;
    background-color: #FFC107;
    height: 130px;
    align-items: center;
    justify-items: center;
}
.logo{
    margin-left: 30px;
    cursor: pointer;
    height: 80px;
    width: 85px;
    margin-top: 5px;
    border-radius: 360px;
    transition: 0.8s;
}
.logo:hover{
    transform: scale(1.1);
}
.text{
    color: rgb(0, 0, 0);
    margin-left: 550px;
    font-family: 'Playfair Display', serif;
    cursor: pointer;
    position: relative;
     display: inline-block;
     font-size: 20px;
}
.text::after {
     content: '';
      position: absolute;
       width: 0;
    height: 1px;
        bottom: 0;
        left: 0;
        background-color: rgb(0, 0, 0);
        transition: width 0.3s ease;
         } 
.text:hover::after {
     width: 100%;
}
@media (min-width: 1451px){
    .Home{
        color: rgb(0, 0, 0);
        margin-left: 950px;
        font-family: 'Playfair Display', serif;
        cursor: pointer;
        position: relative;
         display: inline-block;
         font-size: 20px;
    }
    .Home::after {
         content: '';
          position: absolute;
           width: 100%;
        height: 1px;
            bottom: 0;
            left: 0;
            background-color: rgb(0, 0, 0);
            transition: width 0.3s ease;
             } 
             .ttext{
                color: rgb(0, 0, 0);
                margin-left: 550px;
                font-family: 'Playfair Display', serif;
                cursor: pointer;
                position: relative;
                 display: inline-block;
                 font-size: 20px;
            }
            .ttext::after {
                 content: '';
                  position: absolute;
                   width: 100%;
                height: 1px;
                    bottom: 0;
                    left: 0;
                    background-color: rgb(0, 0, 0);
                    transition: width 0.3s ease;
                     } 
             .tHome{
                color: rgb(0, 0, 0);
                margin-left: 950px;
                font-family: 'Playfair Display', serif;
                cursor: pointer;
                position: relative;
                 display: inline-block;
                 font-size: 20px;
            }
            .tHome::after {
                 content: '';
                  position: absolute;
                   width: 0%;
                height: 1px;
                    bottom: 0;
                    left: 0;
                    background-color: rgb(0, 0, 0);
                    transition: width 0.3s ease;
                     } 
            .tHome::after:hover{
                width: 100%;
            }
            .botao{
                display: none;
             }
        }
@media (min-width: 1300px) and (max-width: 1450px){
.Home{
    color: rgb(0, 0, 0);
    margin-left: 750px;
    font-family: 'Playfair Display', serif;
    cursor: pointer;
    position: relative;
     display: inline-block;
     font-size: 20px;
}
.Home::after {
     content: '';
      position: absolute;
       width: 100%;
    height: 1px;
        bottom: 0;
        left: 0;
        background-color: rgb(0, 0, 0);
        transition: width 0.3s ease;
         } 
         .ttext{
            color: rgb(0, 0, 0);
            margin-left: 550px;
            font-family: 'Playfair Display', serif;
            cursor: pointer;
            position: relative;
             display: inline-block;
             font-size: 20px;
        }
        .ttext::after {
             content: '';
              position: absolute;
               width: 100%;
            height: 1px;
                bottom: 0;
                left: 0;
                background-color: rgb(0, 0, 0);
                transition: width 0.3s ease;
                 } 
         .tHome{
            color: rgb(0, 0, 0);
            margin-left: 750px;
            font-family: 'Playfair Display', serif;
            cursor: pointer;
            position: relative;
             display: inline-block;
             font-size: 20px;
        }
        .tHome::after {
             content: '';
              position: absolute;
               width: 0%;
            height: 1px;
                bottom: 0;
                left: 0;
                background-color: rgb(0, 0, 0);
                transition: width 0.3s ease;
                 } 
        .tHome::after:hover{
            width: 100%;
        }
        .botao{
            display: none;
         }
    }
    @media (min-width: 1050px) and (max-width:1299px){
        .Home{
            color: rgb(0, 0, 0);
            margin-left: 350px;
            font-family: 'Playfair Display', serif;
            cursor: pointer;
            position: relative;
             display: inline-block;
             font-size: 20px;
        }
        .Home::after {
             content: '';
              position: absolute;
               width: 100%;
            height: 1px;
                bottom: 0;
                left: 0;
                background-color: rgb(0, 0, 0);
                transition: width 0.3s ease;
                 } 
                 .ttext{
                    color: rgb(0, 0, 0);
                    margin-left: 550px;
                    font-family: 'Playfair Display', serif;
                    cursor: pointer;
                    position: relative;
                     display: inline-block;
                     font-size: 20px;
                }
                .ttext::after {
                     content: '';
                      position: absolute;
                       width: 100%;
                    height: 1px;
                        bottom: 0;
                        left: 0;
                        background-color: rgb(0, 0, 0);
                        transition: width 0.3s ease;
                         } 
                 .tHome{
                    color: rgb(0, 0, 0);
                    margin-left: 350px;
                    font-family: 'Playfair Display', serif;
                    cursor: pointer;
                    position: relative;
                     display: inline-block;
                     font-size: 20px;
                }
                .tHome::after {
                     content: '';
                      position: absolute;
                       width: 0%;
                    height: 1px;
                        bottom: 0;
                        left: 0;
                        background-color: rgb(0, 0, 0);
                        transition: width 0.3s ease;
                         } 
                .tHome::after:hover{
                    width: 100%;
                }
                .botao{
                   display: none;
                }
            }
            @media (max-width: 1049px){

                .text{
                    display: none;
                }
                .Home{
                   display: none;
                }
                .ttext{
                    display: none;
                }
                .ico{
                    display: none;
                    cursor: pointer;
                position: relative;
                } 
                .caixa{
                    display: flex;
                    background-color: #FFC107;
                    align-items: center;
                    justify-content: space-between;
                }
                .botao{
                    cursor: pointer;
                    display: block;
                    margin-right: 40px;
                    height: 50px;
                    width: 50px;
                    transition: 0.5s;
                }
                .botao:hover{
                    transform: scale(1.015);
                    filter: brightness(500%);
                }
                .tr{
                    background-color: white;
                    width: 32px;
                    height: 4px;
                    border-radius: 40px;
                    margin: 8px;
                }
            }
         .conheca{
            margin-left: 20px;
         }

         .container{
            display: flex;
            justify-content: center;
            margin-bottom: 100px;
        }
        .fundo{
            background-color: transparent;
            height: 600px;
            width: 100%;
            border: solid rgba(80, 24, 24, 0.911) 2px;
            filter: brightness(75%);
        }
        .ico{
            cursor: pointer;
            height: 100px;
            width: auto;
            margin-left: 30px;
            transition: 0.6s;
        }
        .ico:hover{
            transform: scale(1.08);
        }
        .secunda{
            width: 100%;
            height: 400px;
            justify-items: center;
            align-items: center;
            margin-bottom: 80px;
        }
    .video{
        border-radius: 20px;
        border: solid 5px rgb(29, 28, 28);
        max-width: 100%;
        max-height: 100%;
    }
    .divs{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-bottom: 90px;
    }
    h2{
        text-align: center;
        color: rgb(255, 43, 114);
        font-family: 'Times New Roman', Times, serif;
        font-size: 30px;
    }
    .btn{
        cursor: pointer;
        background-color: rgb(255, 43, 114);
        opacity: 80%;
        color: white;
        font-family: 'Times New Roman', Times, serif;
        width: 310px;
        height: 60px;
        border-radius: 100px;
        border: none;
        transition: 0.6s;
    }
    .btn:hover{
        background-color: rgb(204, 39, 94);
        opacity: 100%;
        transform: scale(0.959);
    }


    @media (min-width: 1051px){
        .slideDiv {
            display: none;
          }
    }  
@media(max-width: 1050px) and (min-width: 501px){
    .slideDiv {
        display: flex;
        width: 40vw;
         height: 100%;
         position: absolute;
         top: 8vh;
         right: 0;
        border-radius: 10px;
          background-color: #FFC107;
             transition: transform 0.5s ease-in;
              z-index: 1000;
              flex-direction: column;
              align-items: center;
              transform: translate(100%);
              margin-top: 50px;
             }
.mostra {
     transform: translate(0%);
     }
     .no-scroll {
         overflow-y: hidden; 
        }   
.print{ 
    display: block;
color: rgb(0, 0, 0);
margin-top: 100px;
font-family: 'Playfair Display', serif;
cursor: pointer;
font-size: 28px;
}
        .evento{ 
            display: block;
        color: rgb(0, 0, 0);
        margin-top: 70px;
        font-family: 'Playfair Display', serif;
        cursor: pointer;
        font-size: 28px;
        }
    .redes{
        margin-top: 50px;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .ita{
        cursor: pointer;
        width: 80px;
        height: 80px;
    }
      } 
@media(max-width: 500px){
    .slideDiv {
        display: flex;
        width: 40vw;
         height: 100%;
         position: absolute;
         top: 8vh;
         right: 0;
        border-radius: 10px;
          background-color: #FFC107;
             transition: transform 0.5s ease-in;
              z-index: 1000;
              align-items: center;
              flex-direction: column;
              transform: translate(100%);
             }
.mostra {
     transform: translate(0%);
     }
     .no-scroll {
         overflow-y: hidden; 
        }   
        .ita{
            cursor: pointer;
            width: 60px;
            height: 60px;
            margin-left: 15px;
        }
        .print{ 
            display: block;
        color: rgb(0, 0, 0);
        margin-left: 10px;
        margin-top: 100px;
        font-family: 'Playfair Display', serif;
        cursor: pointer;
        font-size: 20px;
        }
                .evento{ 
                    display: block;
                color: rgb(0, 0, 0);
                margin-left: 10px;
                margin-top: 80px;
                font-family: 'Playfair Display', serif;
                cursor: pointer;
                font-size: 20px;
                }
                .redes{
                    margin-top: 30px;
                    display: flex;
                    width: 100%;
                    align-items: center;
                    justify-content: center;
                }
    }
    .esconde{
        transition: display 0.5s ease;
        display: none;
    }

    @media(min-width: 800px){
        .final{
            width: 100%;
            margin-top: 0px;
            background-color: #dfaa0e;
        }
        .fina1{
            display: flex;
            justify-content: center;
        }
        .fina2{
            margin-top: 20px;
            display: flex;
            justify-content: center;
        }
    .logos{
        cursor: pointer;
        width: 50px;
        height: auto;
        margin-right: 40px;
        transition: 0.6s;
    }
    .logos:hover{
        transform: scale(1.08);
    }
}
@media(max-width: 799px) and (min-width: 550px){
    .final{
        width: 100%;
        margin-top: 0px;
        background-color: #dfaa0e;
    }
    .fina1{
        display: flex;
        justify-content: center;
    }
    .fina2{
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }
    .logos{
        cursor: pointer;
        width: 45px;
        height: auto;
        margin-right: 30px;
        transition: 0.6s;
    }
    .logos:hover{
        transform: scale(1.08);
    }
}
@media(max-width: 549px){
    .final{
        width: 100%;
        margin-top: 0px;
        background-color: #dfaa0e;
    }
    .fina1{
        display: flex;
        justify-content: center;
    }
    .fina2{
        margin-top: 20px;
        flex-wrap: wrap;
        display: flex;
        gap: 40px;
        justify-content: center;
    }
    .logos{
        cursor: pointer;
        width: 45px;
        height: auto;
        transition: 0.6s;
    }
    .logos:hover{
        transform: scale(1.08);
    }
}
.icone{
    cursor: pointer;
    height: 80px;
    width: 85px;
    margin-top: 5px;
    border-radius: 360px;
    transition: 0.8s;
}
.icone:hover{
    transform: scale(1.08);
}

@media(min-width: 950px){
.flex{
    display: flex;
    gap: 80px;
    justify-content: center;
    width: 100%;
    margin-bottom: 190px;
}
.felx{
    width: 410px;
    height: 310px;
    background-color: rgb(228, 228, 228);
    justify-items: center;
    align-items: center;
    border-radius: 50px;
    border: solid 2px #FFC107;
}
.imgs{
    filter: brightness(80%);
    width: 100%;
    height: 100%;
    transition: 0.6s;
}
.imgs:hover{
    transform: scale(0.97);
    filter: brightness(90%);
}
.sobres {
    filter: opacity(90%);
    cursor: pointer;
    text-align: center;
     font-family: Arial, Helvetica, sans-serif;
    color: rgb(0, 0, 0);
    font-size: 60px;
    font-weight: bold;
}
}
@media(max-width: 949px) and (min-width: 800px){
    .flex{
        display: flex;
        gap: 80px;
        justify-content: center;
        width: 100%;
        margin-bottom: 190px;
    }
    .felx{
        width: 310px;
        height: 210px;
        background-color: rgb(228, 228, 228);
        justify-items: center;
        align-items: center;
        border-radius: 50px;
        border: solid 2px #FFC107;
    }
    .imgs{
        filter: brightness(80%);
        width: 100%;
        height: 100%;
        transition: 0.6s;
    }
    .imgs:hover{
        transform: scale(0.97);
        filter: brightness(90%);
    }
    .sobres {
        filter: opacity(90%);
        cursor: pointer;
        text-align: center;
         font-family: Arial, Helvetica, sans-serif;
        color: rgb(0, 0, 0);
        font-size: 40px;
        font-weight: bold;
    }
    }@media(max-width: 799px){
.flex{
    justify-items: center;
    width: 100%;
    margin-bottom: 120px;
}
.felx{
    margin-bottom: 70px;
    width: 290px;
    height: 190px;
    background-color: rgb(228, 228, 228);
    justify-items: center;
    align-items: center;
    border-radius: 50px;
    border: solid 2px #FFC107;
}
.imgs{
    filter: brightness(80%);
    width: 100%;
    height: 100%;
    transition: 0.6s;
}
.imgs:hover{
    transform: scale(0.97);
    filter: brightness(90%);
}
.sobres {
    filter: opacity(90%);
    cursor: pointer;
    text-align: center;
     font-family: Arial, Helvetica, sans-serif;
    color: rgb(0, 0, 0);
    font-size: 40px;
    font-weight: bold;
}
}
.diva{
    margin-bottom: 100px;
    width: 100%;
   border-top: solid rgb(202, 199, 18) 2px;
  border-bottom: solid rgb(202, 199, 18) 2px;
    display: flex;
    justify-items: center;
    align-items: center;
}
.divsecun{
    position: relative;
    height: 100%;
    width: 500px;
    flex: 1; 
    text-align: center;
    margin: 10px;
}
.divter{
    text-align: right;
    position: relative;
    height: 100%;
    width: 100px;
    flex: 1; 
    text-align: center;
    margin: 10px;
}
.log{
    width: 80%;
    max-width: 80%;
    height: 100%;
    transition: 0.5s;
}
.log:hover{
    transform: scale(0.97);
    filter: brightness(95%);
}
@media(min-width: 1500px){
.pargafo{
    margin-left: 50px;
    text-align: left;
    color: #dfaa0e;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 45px;
}
}
@media(max-width: 1499px) and (min-width: 1000px){
    .pargafo{
        margin-left: 70px;
        text-align: left;
        color: #dfaa0e;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 30px;
    }
    }
    @media(max-width: 999px) and (min-width: 700px){
        .pargafo{
            margin-left: 20px;
            text-align: left;
            color: #dfaa0e;
            font-family: Verdana, Geneva, Tahoma, sans-serif;
            font-size: 20px;
        }
        }
        @media(max-width: 699px){
            .pargafo{
                margin-left: 10px;
                text-align: left;
                color: #dfaa0e;
                font-family: Verdana, Geneva, Tahoma, sans-serif;
                font-size: 14px;
            }
            }
            @media(min-width: 500px){
.titu{
    justify-self: center;
    margin-bottom: 40px;
    font-size: 40px;
    filter: opacity(75%);
    color: black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
}
@media(max-width: 499px){
    .titu{
        justify-self: center;
        margin-bottom: 40px;
        font-size: 25px;
        filter: opacity(75%);
        color: black;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }
}
@media(min-width: 800px){
#dog{
    left: -10px;
}
}
@media(max-width: 799px){
    #dog{
        display: none;
    }
    }
    @media(max-width: 1500px){
    .moving-image {
        width: 100px;
        position: absolute;
      animation: moveImage 10s linear infinite;
    }

    @keyframes moveImage {
      0% {
        left: -400px;
        transform: scaleX(1);
      }
      50% {
        left: calc(130% - 100px);
        transform: scaleX(1);
      }
      50.01% {
        transform: scaleX(-1);
      }
      100% {
        left: -400px;
        transform: scaleX(-1);
      }
    }
}
@media(min-width: 1500px){

.moving-image {
    width: 150px;
    position: absolute;
  animation: moveImage 10s linear infinite;
}

@keyframes moveImage {
  0% {
    left: -400px;
    transform: scaleX(1);
  }
  50% {
    left: calc(130% - 150px);
    transform: scaleX(1);
  }
  50.01% {
    transform: scaleX(-1);
  }
  100% {
    left: -400px;
    transform: scaleX(-1);
  }
}
}

@media (min-width: 1000px){
    .terceira{
        width: 100%;
        align-items: center;
        display: flex;
         justify-content: center;
         align-items: center;
          gap: 100px;
            margin-bottom: 40px;
    }
.referente{
 width: 200px;
  height: auto;
  transition: 0.5s;
}
.referente:hover{
    transform: scale(1.09);
}
.lingua{
    justify-self: center;
    margin-bottom: 40px;
    font-size: 30px;
    filter: opacity(75%);
    color: black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
}
@media (max-width: 999px) and (min-width: 600px){
    .terceira{
        width: 100%;
        display: flex;
         justify-content: center;
         align-items: center;
          gap: 70px;
            margin-bottom: 40px;
    }
    .referente{
     width: 200px;
      height: auto;
      transition: 0.5s;
    }
    .referente:hover{
        transform: scale(1.09);
    }
    .lingua{
        display: none;
    }
    }
    @media (max-width: 599px){
        .terceira{
            flex-wrap: wrap;
            width: 100%;
            align-items: center;
            display: flex;
             justify-content: center;
             align-items: center;
              gap: 100px;
                margin-bottom: 40px;
        }
    .referente{
     width: 130px;
      height: auto;
      transition: 0.5s;
    }
    .referente:hover{
        transform: scale(1.09);
    }
    .lingua{
       text-align: center;
        margin-bottom: 40px;
        font-size: 30px;
        filter: opacity(75%);
        color: black;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }
    }
@media (min-width: 800px){
    .back{
        flex-wrap: wrap;
        display: flex;
        justify-self: center;
        width: 90%;
        border-radius: 60px;
        border: solid 3px #FFC107;
        background-color: rgb(255, 255, 255);
        margin-bottom: 150px;
        justify-content: center;
        gap: 20px;
    }
    .box{
        cursor: pointer;
        margin-top: 30px;
        margin-bottom: 30px;
        background-color: #FFECB3;
        border-radius: 60px;
        border: solid 2px black;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 45%;
        height: 140px;
        transition: 0.4s;
    }
    .box:hover{
        transform: scale(1.035);
    }
    .pi{
        width: 20%;
        height: auto;
        margin-right: 20px;
    }
    .garfo{
        cursor: pointer;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        text-align: center;
        font-size: 30px;
        margin-left: 20px;
    }
}
@media (max-width: 799px) and (min-width: 500px){
    .back{
        justify-self: center;
        width: 90%;
        border-radius: 60px;
        border: solid 3px #FFC107;
        background-color: rgb(255, 255, 255);
        margin-bottom: 150px;
        justify-items: center;
    }
    .box{
        cursor: pointer;
        margin-top: 30px;
        margin-bottom: 30px;
        background-color: #FFECB3;
        border-radius: 60px;
        border: solid 2px black;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 90%;
        height: 120px;
        transition: 0.4s;
    }
    .box:hover{
        transform: scale(1.035);
    }
    .pi{
        width: 20%;
        height: auto;
        margin-right: 50px;
    }
    .garfo{
        cursor: pointer;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        text-align: center;
        font-size: 30px;
        margin-left: 50px;
    }
}
@media (max-width: 499px){
    .back{
        cursor: pointer;
        justify-self: center;
        width: 90%;
        border-radius: 60px;
        border: solid 3px #FFC107;
        background-color: rgb(255, 255, 255);
        margin-bottom: 150px;
        justify-items: center;
    }
    .box{
        margin-top: 30px;
        margin-bottom: 30px;
        background-color: #FFECB3;
        border-radius: 60px;
        border: solid 2px black;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 90%;
        height: 80px;
        transition: 0.4s;
    }
    .box:hover{
        transform: scale(1.035);
    }
    .pi{
        width: 15%;
        height: auto;
        margin-right: 50px;
    }
    .garfo{
        cursor: pointer;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        text-align: center;
        font-size: 20px;
        margin-left: 50px;
    }
}
.divbuto{
    display: flex;
    width: 100%;
    height: 200px;
    justify-content: center;
    align-items: center;
}
@media (min-width: 500px){
.buto{
    font-size: 24px;
    cursor: pointer;
    background-color: #FFECB3;
    margin-bottom: 80px;
    border-radius: center;
    width: 340px;
    height: 80px;
    border-radius: 50px;
    border: none;
    transition: 0.7s;
    border: solid 2px #FFC107;
}
.buto:hover{
    transform: scale(1.065);
    filter: brightness(94%);
    border: solid 2px #FFD54F;
}
}
@media (max-width: 499px){
    .buto{
        font-size: 20px;
        cursor: pointer;
        background-color: #FFECB3;
        margin-bottom: 60px;
        border-radius: center;
        width: 270px;
        height: 60px;
        border-radius: 50px;
        border: none;
        transition: 0.7s;
        border: solid 2px #FFC107;
    }
    .buto:hover{
        transform: scale(1.065);
        filter: brightness(94%);
        border: solid 2px #FFD54F;
    }
    }
    .brtn{
        filter: opacity(98%);
        background-color: #ffeb3b;
        border: none;
        color: #303030;
        padding: 15px 30px;
        text-align: center;
        font-size: 16px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        border-radius: 25px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s;
    }
    .brtn:hover{
        background-color: #fdd835;
        transform: scale(1.065);
        box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
    }
    .brtn:active{
        background-color: #fbc02d;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

    .feed{
    color: #303030;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 25px;
    }
    .fundi{
    display: flex;
     justify-content: center;
     width: 100%;
     margin-bottom: 60px;
     position: relative;
    }
    @media(min-width: 800px){
    .ia{
        filter: brightness(85%);
        width: 600px;
        height: 100%;
        border: solid 3px #303030;
        border-radius: 10px;
        transition: 0.5s;
    }
    .text-overlay {
        text-align: center;
         position: absolute;
         font-family: 'Playfair Display', serif;
          top: 35%;
           left: 50%;
            transform: translate(-50%, -50%);
             color: white;
              font-size: 62px;
               font-weight: bold;
    }
    }
    @media(max-width: 799px){
        .ia{
            filter: brightness(85%);
            width: 250px;
            height: auto;
            border: solid 3px #303030;
            border-radius: 10px;
        }
        .text-overlay {
            text-align: center;
             position: absolute;
             font-family: 'Playfair Display', serif;
              top: 40%;
               left: 50%;
                transform: translate(-50%, -50%);
                 color: white;
                  font-size: 26px;
                   font-weight: bold;
        }
        }

    .patinho{
        width: 100px;
        height: auto;
        justify-self: center;
        margin-bottom: -16px;
    }

.snowflake {
    position: fixed;
    top: -10px;
    color: white;
    font-size: 2.5em;
    animation: snowfall linear infinite;
}

@keyframes snowfall {
    0% { transform: translateY(0); }
    100% { transform: translateY(100vh); }
}