body {
	background-color: black;
	color: white;
}

#container {
	margin: 40px auto 40px auto;
	width: 360px;
}

#header-navi {
    margin-bottom: 20px;
    margin-left: 12px;
}

#field-header {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}

#field-header-left {
    float: left;
	font-size: large;
	width: 140px;
	margin-left: 10px;
	border: 0px #fff solid;
}

#field-header-right {
    float: right;
	font-size: large;
	text-align: right;
	width: 160px;
	margin-right: 10px;
	border: 0px #fff solid;
}

#field-header-both {
	text-align: right;
	clear: both;
	margin-right: 10px;
}

#field {
    width: 360px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border: 0px #1DA1F2 solid;
}

#score {
	font-size: large;
}
#distance {
	font-size: large;
}

#life {
	font-size: large;
}

.h1-head {
	color:aqua;
	font-size: large;
	margin-bottom: 0px;
}
h1 {
	color:aqua;
	font-size: x-large;
	margin-top: 0px;
	margin-bottom: 0px;
}

#start-buttons {
    position: absolute;
    left: 0px;
    top: 150px;
    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;
}

#control-buttons {
    width: 100%;
    text-align: center;
    left: 0px;
    top: 380px;
	display: block;
}

#up, #left, #right, #down, #defecate {
    width: 50px;
    height: 60px;
    background-color: transparent;
    border: 2px #fff solid;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 18px;
    color: #fff;
    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;
}
