body {
  color: #fff;
}

a {
  transition: 300ms;
}

h1 {
  font-size: 50px;
  margin: 20px;
}

h2{
  font-size: 30px;
  margin-bottom: 10px;
}

h3 {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 10px;
}

h4 {
  font-weight: 300;
  font-size: 18px;
  line-height: 2;
}

.main-content {
  margin-top: 80px;
  text-align: center;
}

.box {
  background: #1b1b1b;
  border-radius: 15px;
  margin: 10px 200px;
  padding: 10px 47px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}

#title {
  background: transparent;
  border: none;
  padding: 15px 20px;
  width: 50vw;
  color: var(--default);
  text-align: center;
  margin: 10px;
  margin-bottom: 30px;
  border-radius: 10px;
  text-decoration-style: solid;
  text-decoration-color: #fff;
  transition: 300ms;
  outline: 1px solid #495057;
  font-size: 16px;
}

#icon {
  background: transparent;
  border: none;
  padding: 15px 20px;
  width: 50vw;
  color: var(--default);
  text-align: center;
  margin: 10px;
  margin-bottom: 30px;
  border-radius: 10px;
  text-decoration-style: solid;
  text-decoration-color: #fff;
  transition: 300ms;
  outline: 1px solid #495057;
  font-size: 16px;
}

::placeholder {
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 1000px) {
  .box {
    margin: 10px 100px;
  }
}

@media screen and (max-width: 800px) {
  .box {
    margin: 10px 50px;
  }
}

table {
  text-align: center;
  line-height: 1.7;
  border-collapse: collapse;
  width: 100%;
}

th {
  width: 50%;
}

@media (width: 600px) {
  table th, table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  table th {
    text-align: center;
  }
}

.main-content button {
  color: #fff;
  background: #1b1b1b;
  border: 0px;
  font-size: 16px;
  padding: 15px 20px;
  border-radius: 10px;
  transition: all 300ms;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  margin: 10px 0px;
}

.main-content button:hover {
  transform: scale(0.95)
}

.selected-url {
  outline: 3px solid #495057;
}

kbd {
  font-family: 'Inter';
  background-color: #252525;
  padding: 20px;
  font-size: 24px;
  border-radius: 15px;
}

.extras {
  list-style-type: none;
}

ol {
  text-align: left;
  margin: 0px 200px;
}

@media screen and (max-width: 1000px) {
  ol {
    margin: 0px 100px;
  }
}

@media screen and (max-width: 800px) {
  ol {
    margin: 0px 50px;
  }
}

input {
  background: transparent;
  border: none;
  padding: 15px 20px;
  font-size: 16px;
  width: 50vw;
  color: #fff;
  text-align: center;
  margin: 10px;
  border-radius: 10px;
  text-decoration-style: solid;
  text-decoration-color: #fff;
  transition: 300ms;
  outline: 1px solid #495057;
}

.box button {
  background: #252525;
}

::placeholder {
  color: #fff;
  font-size: 16px;
}

.record-key {
  height: fit-content;
}

#recordKeyButton {
  margin-top: 40px;
}

.buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px;
}

.status-icon {
  font-size: 80px;
  color: var(--default);
}

.links-container {
  display: flex;
  margin: 30px 0px;
}

.half {
  width: 50%;
  text-align: center;
}