body {
    background-color: black;
    color: white;
}

#container {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border: 0px solid #1DA1F2;
}

#header-navi {
    margin-bottom: 20px;
    margin-left: 12px;
}

#field {
    width: 360px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border: 0px #1DA1F2 solid;
}

#field-header {
    margin-bottom: 16px;
    font-size: large;
    display: block;
}

#how-to-play {
    overflow: hidden;
    margin-bottom: 10px;
}
#how-to-play-inner {
    overflow: hidden;
    font-size: medium;
    width: 2000px;
    margin-left: 0px;
}

#score {
    float: left;
    margin-left: 20px;
}

#time {
    float: right;
    margin-right: 20px;
}

#xor {
    clear: both;
    text-align: right;
    margin-right: 20px;
}

.clear-both {
    clear: both;
}

.row {
    text-align: center;
    margin-bottom: 4px;
}

.cell {
    width: 64px;
    height: 64px;
    margin: 4px;
    border: 4px solid white;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

#start-buttons {
    position: absolute;
    left: 0px;
    top: 120px;
    width: 100%;
    text-align: center;
}

#start, #go-ranking {
    font-weight: bold;
    text-align: center;
	font-size: 18px;
	width: 280px;
    border: none;
    font-size: 16px;
    background-color: #1DA1F2;
    padding: 10px 32px;
    border-radius: 100vh;
    color: white;
    cursor: pointer;
}

#ctrl-buttons {
    margin-top: 8px;
    margin-bottom: 16px;
    margin-left: 20px;
    display: block;
}

#reset, #giveup {
    width: 120px;
    height: 40px;
    margin-right: 20px;    
}

.red {
    color: red;
    font-weight: bold;
}

.aqua {
    color: aqua;
    font-weight: bold;
}

.go-links {
    font-weight: bold;
    text-align: center;
    border: none;
    font-size: 14px;
    background-color: #1DA1F2;
    padding: 6px 16px;
    border-radius: 100vh;
    color: white;
    cursor: pointer;
    text-decoration: none;
}
