
.center {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.logo {
    width: 80%; 
    max-width: 100%; 
    height: auto; 
  }
  
  h2 {
    color: #000000; 
    font-family: 'Cursive'; 
    font-size: 18px; 
    font-weight: bold; 
    text-align: center; 
    text-decoration: blank
  }

