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: 300px;
    height: 460px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#field-header {
    margin-bottom: 16px;
    font-size: large;
}

#question {
    float: left;
}

#move-count {
    float: right;
}

#time {
    text-align: right;
    clear: both;
}

#canvas-outer {
    width: 300px;
}

#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;
    display: none;
}

#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;
}

#giveup {
    display: inline;
}
