*{
    margin: 0;
    padding: 0;
}
body{
    background: #1b1b1b;
}
section{
    display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
}
