* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #d8d5d5;
}


.caixa-geral {
    display: flex;
    width: 50%;
    height: 100vh;
    background-color: #E9E3E3; 
    margin: 0 auto;
    box-shadow:  0 0 20px rgba(240, 240, 240, 0.8);
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.Caixa-Nome-Logo {
    display: flex;
    width: 50%;
    height: 50px;
    border: 2px solid #000;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: #D9D9D9;
    box-shadow:  0 4px 12px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    
}

#Nome-Logo {
  font-family: "Jersey 10", sans-serif;
  font-size: 50px;
  color: #fff;
  -webkit-text-stroke: 0.01px black;
  text-align: center;
}

.Caixa-Logo {
    display: flex;
    width: 50%;
    height: 200px;
    margin-top: 5%;
    justify-content: center;
    align-items: center;
}

#Logo {
    width: 60%;
    height: 80%;
    z-index: 1;
}

.borda {
    width: 40%;
    height: 60px;
    background-color: #D9D9D9;
    position: relative;
    top: -10%;
    border-radius: 20px;
    opacity: 0.8;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06), 0 8px 16px rgba(0, 0, 0, 0.04);
}
.animacao-div {
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  }


@media (max-width: 920px) {
#Nome-Logo {
    font-size: 30px;
 }

.borda {
    height: 80px;
    width: 50%;
}


}

@media (max-width: 550px) {
    #Nome-Logo {
    
        font-size: 40px;
        position: relative;
        top: -5%;
    
     }

    .Caixa-Nome-Logo {
        width: 80%;
     }


    }

    @media (max-width: 470px) {
        

    #Logo {
    width: 120%;
    height: 80%;
    z-index: 1;
    }

    .Caixa-Nome-Logo {
        width: 90%;
     }
    #Nome-Logo {
    
        font-size: 35px;
      
    
     }
     .caixa-geral {
    width: 60%;

}
    }

        @media (max-width: 370px) {
 
    #Nome-Logo {
    
        font-size: 35px;
      
    
     }

    }