body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

.container {
  padding: 50px;
  border-radius: 15px;
  box-shadow: none;
}

header h1 {
  text-align: center;
}

h2 {
  font-weight: 700;
}

h5 {
  font-weight: 400;
}

.content {
  width: auto;
  margin: auto;
  background: #fdfbfb;
  border-radius: 10px;
  padding: 20px;
}

a {
  color: blue;
  text-decoration: none;
}

a:hover {
  color: orangered;
  text-decoration: underline ora;
  font-size: 17px;
}

p {
  text-align: center;
  color: #000000;
  font-weight: 600;
  font-size: 12px;
}

.apply-button-container {
  text-align: center;
  margin-top: 20px;
}

.apply-button,
.apply-button:hover {
  margin-top: 30px;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  background-color: #2f5bbb;
  color: #ffffff;
  padding: 5px 15px;
  border-radius: 15px;
  text-decoration: none;
}

.apply-button:hover {
  text-decoration: none;
  background-color: #4587eb;
}

