::selection {
  background-color: none;
  color: inherit;
}

body {
  display: flex;
  background-color: #ffffff;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  margin: 0;
}
header{
  display: flex;
  position:fixed;
  justify-content: center;
  background-color: rgb(0, 0, 0);
  color: white;
  border: 1px solid black;
  top: 0;
  padding: 0;
  margin: 0; 
  height: 60px;
  width: 100%;
}
#start{
  display: flex;
  position: absolute;
  justify-content: center;
  top: 60px;
  background-color: #4b4b4b;
  height: 100vh;
  width: 100%;
  text-align: center;
  z-index: 99;
  justify-content: center;
  align-items: center;
}
h3{
  /* background-color: #111; */
  color: white;
  margin: 0;
  text-align: center;
  top: 0;
  padding: 5px;
}
/* Info */
#info{
  display: none;
  margin: 0;
  justify-content: center;
  margin-left: auto;
  margin-right:auto;
  /* padding: 15 5px 5px 5px ; */
  width: 100%;
  color: white;
  position: absolute;
  top: 65px;
  padding: 0;
}
#keyCode, #keyKey, #keyWhich, #keyLoc {
  padding: 0;
  margin: 0;
  font-size: 25px;
  text-emphasis: bold;
  color: #14b524;
  height: auto;
}
h1{
  padding: 0;
  margin: 0;
}
p{
  font-size: 15px;
  height: auto;
}
.keyInfo{
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #111;
  margin: 0 5px 0 5px;
  border: 1px solid black;
  border-radius: 5px;
  max-width: 200px;
  max-height: 200px;
  text-align: center;
  top: 0;
  z-index: 10;
  height: auto;
  padding: 0 5px 0 5px;
}
.fx {
  -webkit-display: flex;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}

.fx > div {
  padding-left: 20px;
  padding-right: 20px;
}

.fx > div:first-child {
  width: 30%;
}

.flex {
  -webkit-flex: 1;
  flex: 1;
}

/* Keyboard */
.keyboard {
  position: absolute;
  width: 800px;
  height: 300px;
  background-color: #111;
  margin: 0;
  border-radius: 5px;
  padding: 0px;
  color: #eee;
  bottom: 0%;
}

.logo {
  width: 20px;
  height: 20px;
  /* background-color: #ccc; */
  color: #222;
  font-weight: 300;
  font-style: oblique;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  margin: 0px auto 0px auto;
  border-radius: 40px;
}

.lights {
  float: right;
  position: relative;
  top: -20px;
  right: 8px;
  padding: 0;
  margni: 0;
}
.lights span {
  margin: 0 20px 0 20px;
  padding: 0;
  text-align: center;
}
.lights span:after {
  content: "";
  width: 11px;
  height: 8px;
  top: 22px;
  margin-left: -9px;
  background-color: #dbb921;
  position: absolute;
  border-radius: 3px;
}

.key {
  width: 40px;
  height: 40px;
  display: block;
  background-color: #333;
  text-align: left;
  padding-left: 8px;
  line-height: 29px;
  border-radius: 2px;
  float: left;
  margin-left: 2px;
  margin-bottom: 2px;
  cursor: pointer;
  transition: box-shadow 0.7s ease;
}

.section-a {
  width: 650px;
  height: 260px;
  float: left;
}
.section-b {
  width: 150px;
  height: 260px;
  float: left;
}

.function {
  font-size: 12px;
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
}
.small {
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  padding: 0 5px;
  padding-top: 2px;
  height: 28px !important;
}
.space1 {
  margin-right: 43px !important;
}
.space2 {
  margin-right: 25px !important;
}
.dual {
  font-size: 14px;
  line-height: 20px;
  width: 30px;
}
.backspace {
  width: 84px;
  font-size: 12px;
}
.tab {
  width: 50px;
  line-height: 40px;
  font-size: 13px;
}
.letter {
  width: 30px;
}
.slash {
  width: 64px;
}
.caps {
  width: 70px;
  font-size: 12px;
  line-height: 18px;
}
.enter {
  width: 92px;
  line-height: 40px;
  text-align: center;
  padding-left: 0;
}
.shift.left {
  width: 90px;
  line-height: 40px;
  font-size: 13px;
}
.shift.right {
  width: 104px;
  line-height: 40px;
  font-size: 13px;
}
.ctrl {
  width: 50px;
  line-height: 40px;
  font-size: 13px;
}
.space {
  width: 234px;
}
.arrows {
  position: relative;
  top: 42px;
}
.sec-func .key {
  width: 32px;
  font-size: 10px;
  text-align: left;
  line-height: 40px;
  float: left;
}
.sec-func div.dual {
  line-height: 20px;
}
.arrows .key {
  text-align: center;
  padding-left: 7px;
  margin-left: 2px;
}
.hidden {
  visibility: hidden;
}

.key:hover {
  box-shadow: 0px 0px 10px #14b524;
  z-index: 1000;
}
