@font-face{
                font-family:'Raleway';
                src:url("Raleway-VariableFont_wght.ttf");
            }
            body{
                background-color:rgb(50,50,60);
                padding:0;
                margin:0;
                font-family:'Raleway';
            }
            .topBar{
                width:100%;
                background-color:rgb(30,30,50);
            }
            .topBarLogo{
                width:100px;
                margin:25px;
            }
            .titleText{
                color:#5775f1;
                font-size:60px;
            }
            .aligner{
                float:none;
                display:flex;
                align-items:center;
            }
            .main{
                color:#CCC;
                text-align:center;
            }
            .mainHeading{
                font-size:60px;
            }
            .card{
                display:inline-block;
                margin:10px;
                border:3px solid #5775f1;
                border-radius:5px;
                text-align:center;
                width:400px;
                height:550px;
                color:#CCC;
            }
            .gatewayCard{
                display:inline-block;
                margin:10px;
                border:3px solid #5775f1;
                border-radius:5px;
                text-align:center;
                width:800px;
                height:500px;
                color:#CCC;
            }
            .paymentSection{
                display:inline-block;
                margin:10px;
                padding:20px;
                /*border:3px solid #5775f1;*/
                border-radius:5px;
                text-align:center;
                width:400px;
                height:275px;
                color:#CCC;
                background-color:rgb(30, 30, 40);
            }
            .cardHeading{
                font-size:35px;
            }
            .cardParent{
                margin-left:auto;
                margin-right:auto;
                width:900px;
            }
            .cardText{
                font-size:20px;
            }
            input[type="text"],input[type="password"],input[type="email"],select,textarea {
    background-color: #2D2D2D;
    color: #DDD;
    border: 1px solid #6A7EC7;
    border-radius: 4px;
    padding: 9px;
    margin:5px;
    font-size:14px;
  }