* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #232323;
  font-family: math;
  color: azure;
}

.note {
  width: 500px;
  height: 400px;
  margin: 100px auto;
  text-align: center;
  box-shadow: 2px 2px 4px #ec8d8d;
}

.note h1,
h2 {
  margin-bottom: 10px;
  padding-top: 30px;
}

.note h1 {
  text-shadow: 3px 4px 3px #ec8d8d;
}

.form_content {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
}

.form_content input {
  margin: 5px auto;
  padding: 3px;
  font-family: math;
  font-size: 18px;
}
.showing {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 100px;
}

.badge {
  width: 300px;

  text-align: center;
}

span,
p {
  font-size: 25px;
}

.one {
  background-color: rgb(6, 104, 71);
}

.two {
  background-color: rgb(195, 231, 33);
}

.three {
  background-color: rgb(104, 6, 6);
}
#input-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1%;
}

#input-section .box {
  display: flex;
  flex-direction: column;
  border: 1px solid white;
  width: 400px;
  margin-top: 20px;
  box-shadow: 4px 4px 2px rgb(253, 176, 176);
  color: #232323;
  background-color: aliceblue;
  padding: 10px;
}

.box input {
  padding: 3px;
  margin-bottom: 5px;
}

button {
  width: 50%;
  padding: 3px 10px;
  text-align: center;
  font-family: math;
  font-size: 15px;
  margin: auto;
}

.dshow {
  display: none;
}

.info {
  font-size: 15px;
  text-align: left;
  padding-left: 30px;
  margin-top: 20px;
}

.info span {
  color: aqua;
  font-size: 15px;
  text-align: left;
}
