body,
html {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font-family: Arial, sans-serif;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
body {
  background: url('backg.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
}
.container {
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 0;
  left: 0;
  width: 800px;
  height: 500px;
  margin: 50px auto;
}
p {
  padding: 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
p:hover {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: white 0px 0px 5px;
  cursor: pointer;
}

h2 {
  font-size: 120px;
  text-align: center;
  margin: auto;
  width: 250px;
  margin-top: 20px;
  padding: 20px;
  background: rgba(0, 0, 0, .1);
  transition: opacity 200ms;
  text-shadow: 0px 0px 1px;
}
h2 span {
  font-size: 50px;
}
.randomize {
  text-align: center;
  position: relative;
  height: 80px;
}
.randomize p {
  position: absolute;
  width: 150px;
  height: 18px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 15px;
}
.options div {
  text-align: center;
}
.options p {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 10px;
  margin: 0 10px;
  font-weight: bold;
  font-size: 17px;
}
#delay {
}
#delay div {
  text-align: center;
  width: auto;
}
#delay p {
  display: inline-block;
  vertical-align: middle;
  margin: 20px 20px;
}
#delay p#change {
  font-style: italic;
}
#delay p#seconds {
  background: none;
  font-size: 40px;
  font-weight: bold;
}
.uke {
  position: relative;
  margin-top: 15px;
}
.uke img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.selected {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: white 0px 0px 15px;
}