:root {
  background: #fff;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, segoe ui, Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji;
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
}

header {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  font-size: 1.2rem;
  padding: 0 3rem;
}

header>a:last-child {
  margin-left: auto;
}

a {
  text-decoration: none;
  color: #f79047;
}

header>a {
  padding: 1rem;
}

body>div {
  width: 75%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  height: calc(100% - 4rem);

}

div>section {
  width: 50%;
  margin-top: 1rem;
}

.auto {
  width: 100%;
  height: 50%;
  text-align: center;
  margin-bottom: 2rem;
}

.ms,
.rest {
  font-weight: 100;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: 0 50%;
  padding-left: 2rem;
}

.rest {
  color: #024eff;
  background-image: url('rust.svg');
}

.ms {
  color: #f79047;
  background-image: url('ms.png');
}

span {
  color: #f79047;
}

.auto>div {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

div.img {
  box-shadow: 1px 1px 8px 3px rgb(177 183 200);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.auto div.img {
  background-image: url('1.png');
}

.man1 div.img {
  background-image: url('2.png');
}

h3 {
  text-align: center;
  font-weight: 200;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #024eff;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.auto h3 {
  margin-bottom: 3rem;
}

.auto>div>div {
  width: 49%;
}

.btn a {
  padding: 2rem;
  background-color: white;
  border: 1px solid #024eff;
  color: #024eff;
  font-family: inherit;
  margin: auto;
  cursor: pointer;
  font-size: .9rem;
  user-select: none;
}

.btn a:hover {
  background-color: #024eff;
  color: white;
}

.btn {
  display: flex;
  margin-top: 3rem;
}

table {
  width: 100%;
  border: 1px solid #024eff;
  border-collapse: collapse;
}

table td {
  border: 1px solid #024eff;
  padding: 0.4rem;
}

li {
  padding: 0.2rem;
}