* {
    margin: 0;
    padding: 0;
  }

  body {
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
    width: 100%;
    animation: slideIn  ease forwards 3s;
  }
  #start{
    background-color: black;
    width: 100vw;
    height: 100vh;
    display: flex;

justify-content: center;
    justify-items: center;
    justify-self: center;
    align-items: center;
    flex-direction: column;
  }

  .logo{
    background-image: url('assets/logo.png');
    width: 60vw;
    height: 400px;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;

  }

  .title{
 
    font-size: 40px;
    color:rgb(222, 222, 222);
    text-align: center;

  }