*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
html,
body {
  height: 100%;
  font-family: 'Times New Roman', Times, serif;
}

.header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
}

.header2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.header img {
  width: 58px;
  height: 58px;
}

.content {
  display: flex;
  flex-wrap: wrap;
  margin-left: 50px;
  margin-right: 50px;
}

.links {
  width: 50%;
}

.links li {
  padding: 20px;
  padding-left: 30px;
  font-size: 18px;
}

.links ul {
  margin-left: 200px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;

  justify-content: center;
  flex-direction: column;
  padding-bottom: 10px;
}
.fcontent {
  padding: 20px;
}
/* <!-- <p>xdfd</p> --> */
