:root {
    --my-blue: #2c4b7d;
}


body {
    background: var(--my-blue);
}

button {
	width: 200px;
	cursor: pointer;
}

#cmds {
	display: block;
	text-align: center;
	padding: 10px;
	position: fixed;
	width: 90%;
	top: 200px;
	right: calc(5% - 10px);
	border: 0;
}
