.center {
    text-align: center;
}

.welcome-page-btn {
    background-color: #00b648;
    color: white;
    border: 1px solid white;
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: bold;
    font-family: 'auto';
}

.mt-50 {
    margin-top: 50px;
}