.btn-primary {
    background-color: #7240ff;
}

.btn-outline-primary{
    color: #7240ff;
    border-color: #7240ff;
}
.btn-outline-primary:hover{
    color: #3607b8;
    border-color: #450ae7;
    background-color: white;
}

.btn-primary:hover{
    background-color: #5621ea;
}

.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
  
    display: flex;
    align-items: center;
}


.h1 {
    font-weight: bolder;
    font-size: 40;
}