﻿.text-container {
    position: relative;
    width: 40%;
    text-align: center;
    margin: auto;
}

.form-container {
    text-align: center;
}

.tb-list {
    padding: 0;
    list-style: none;
}

.tb {
    min-width: 200px;
}

li {
    margin-bottom: 20px; 
}

.btn-container {
    height: 200px;
    width: 40%;
    margin: auto;
    position: relative;
    text-align: center;
}

.btn-start {
    position: relative;
    top: 40%;
    width: 90%;
    max-width: 200px;
    min-width: 100px;
    min-height: 30px;
    background-color: #eaecee;
    color: black;
    border: none;
    border-radius: 4px;
}

.text-container p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.change-link {
    text-align: center;
}