html, body {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(-45deg,#ac32e4 ,#7918f2 ,#4801ff);
    box-sizing: border-box;
}

h2 {
    color: #fff;
    font-family: Montserrat;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}