.container {
    display: flex;
    flex-direction: column; 
    padding: 20px;
}

.list_container, .button_container, .sub_title {
    display: flex;
}

.sub_title {
    margin-bottom: 20px; 
}

.list_container {
    margin-bottom: 20px; 
}

.select_button {
    text-align: center;
    background-color: #005691;
    color: white;
    height: 40px;
    width: 120px;
    border-style: none;
    border-radius: 4px;
    margin-right: 10px; 
}

.start_button_link {
    text-align: center;
    color: white;
    border-style: none;
    text-decoration: none;
    line-height: 40px;
    display:block;
    height:100%;
}

.start_button_link:visited {
    text-align: center;
    color: white;
    height: 60px;
    width: 120px;
    border-style: none;
    border-radius: 8px;
    text-decoration: none;
}