:root{
    --primaryColor : #18113c;
    --secondaryColor : #754ffe;
    --greenColor : #19cb98;
    --darkColor : #000;
    --lightColor : #fff;
    --grayColor : #ccc;
}
.page-title{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--secondaryColor);
    color: white;
    height: 150px;
    font-size: 40px;
}
.page-title h1{
    font-size: 34p;
}