#fix-position {
  margin: auto;
  max-width: 620px;
}

a,
#timer-box {
  font-weight: bold;
  color: white;
}

#timer-box {
  background-color: rgba(255, 255, 255, 0.1);
  margin: auto;
  margin-top: 35px;
  max-width: 480px;
  border-radius: 6px;
  text-align: center;
}

#icon {
  vertical-align: middle;
  padding-bottom: 7px;
}

.start {
  cursor: pointer;
  color: rgb(67, 126, 168);
  background-color: white;
  height: 55px;
  width: 200px;
  border: none;
  font-size: 22px;
  border-radius: 4px;
  box-shadow: rgb(235, 235, 235) 0px 6px 0px;
  margin-bottom: 30px;
  font-weight: bold;
}

#timer-category {
  padding-right: 25px;
  padding-top: 15px;
}

.button-start-click {
  padding: 10px;
  box-shadow: none;
}

#timer {
  font-size: 120px;
  margin-top: 10px;
  margin-bottom: 20px;
}

hr {
  margin: auto;
  max-width: 620px;
  color: white;
}

body {
  background-color: rgb(67, 126, 168);
  font-family: "ArialRounded", Arial, sans-serif;
}

a {
  text-decoration: none;
}

input {
  visibility: hidden;
}

label {
  cursor: pointer;
}

input:checked + label {
  border-radius: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  font-weight: bold;
  padding-left: 6px;
  padding-right: 5px;
  background-color: rgba(0, 0, 0, 0.15);
}
