body {
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(34, 21, 51, 1) 100%);
    background-color: #1b283f;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100vh;
    margin: 0;
}
