body {
    margin: 0;
    padding: 0;
    font-family: "poppinsregular", sans-serif;
    background: radial-gradient(circle, #1a1a1a 50%, #000000 100%);
    color: #ffffff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .container{
    width: 1200px;
    width: 100%;
    height: 100%;

  }