body{
    background: #020024;
    background: linear-gradient(178deg,rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 138, 166, 1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.main-text{
    color: white;
    text-align: center;
    margin: auto;
    width: 80%;

}