body {
    font-family: Arial, sans-serif;
    background-color: #1e1e1e;
    color: white;
    text-align: center;
    padding: 20px;
}

h1 {
    font-size: 18px;
    color: #ff4d4d;
    margin-bottom: 20px;
}

p {
    color: #ff4d4d;
    font-weight: bold;
}

a {
    color: #ff4d4d;
    font-weight: bold;
}
a:hover, a:focus, a:visited {
  color: #ff4d4d;
  font-weight: bold;
}

.link {
  margin: 15px 0 15px 0;
}

label {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.inputs{
  margin: 35px 0px 35px 0px;
}

.input {
    width: 300px;
    padding: 8px;
    font-size: 14px;
    border: 2px solid #ff4d4d;
    border-radius: 5px;
    background-color: #333;
    color: white;
    outline: none;
}

.input:focus {
    border-color: #ff1a1a;
}

br {
    display: block;
    margin: 10px 0;
}

/* CSS */
.button-5 {
  align-items: center;
  background-clip: padding-box;
  background-color: #ff4d4d;
  border: 1px solid transparent;
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-5:hover,
.button-5:focus {
  background-color: #fc2020;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
  transform: translateY(-1px);
}

.button-5:active {
  background-color: #ff0000;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}

#title {
  font-size: 22px;
  color: #ff4d4d;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}