body{
	background-color: #001b54;
}
h1{
	font-size: 36px;
	font-weight: 30px;
}
.btn-primary {
    color: #fff;
    background-color: #001b54;
    border-color: #818285;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}