body {
    color: white;
    background-color: black;
}

#container {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
}
h1 {
    font-size: 20px;
    text-align: center;
    color: magenta;
}
#main {
    position: relative;
    height: 480px;
}

#canvas-outer {
    position: absolute;
    left: 0px;
    top: 0px;
}

#start-buttons {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
    top: 180px;
}
#control-buttons {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
    top: 380px;
    display: none;
}
#up, #left, #right, #down {
    width: 64px;
    height: 70px;
    background-color: transparent;
    border: 2px #fff solid;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

#start {
    width: 120px;
    height: 50px;
    font-size: x-large;
}

#start, #go-ranking, #go-how-to-play {
    font-weight: bold;
    text-align: center;
	font-size: 18px;
	width: 200px;
    border: none;
    font-size: 16px;
    background-color: #1DA1F2;
    padding: 10px 32px;
    border-radius: 100vh;
    color: white;
    cursor: pointer;
}

.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;
}

#credits {
    margin-top: 20px;
}

#credits a {
    color: aqua;
}
#credits a:hover {
    color: red;
}
