﻿
.StartGameContainer {
    padding: 40px;
    margin: auto;
    text-align: center;
}

.StartGameNew {
    width: 500px;
    padding: 10px;
    margin: 10px;
    margin: auto;
    text-align: center;
    border: 5px solid #4682b4;
    background-color: aliceblue;
    border-radius: 15px;
}

.StartGameSelect {
    display: flex;
    width: 400px;
    padding: 10px;
    margin: 10px;
    margin: auto;
}

.StartGameShowNew {
    flex: 1;
    text-align: center;
}

.StartGameShowNewButton {
    width: 150px;
    height: 40px;
    border: 5px solid #4682b4;
    background-color: aliceblue;
    border-radius: 15px;
}

.StartGameShowAll {
    flex: 1;
    text-align: center;
}

.StartGameShowAllButton {
    width: 150px;
    height: 40px;
    border: 5px solid #4682b4;
    background-color: aliceblue;
    border-radius: 15px;
}

.StartGameList {

}

.StartGameListItem {
    padding: 20px;
    margin: auto;
    margin-top: 20px;
    width: 400px;
    border: 1px solid #333;
    border-radius: 4px;
    background-color: #eee;
}

.StartGameInfo {
    color: red;
}

