* {
  font-family: sans-serif;
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  scroll-behavior: smooth;
  letter-spacing: 1px;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

header {
  color: black;
  height: 70px;
  background-color: white;
  border-bottom: 1px solid black;
}

h1 {
  padding: 20px;
  font-size: 25px;
}

.hide-whwn-mobile {
  display: flex;
  justify-content: space-around;
}

.flex {
  color: black;
  display: flex;
}

.main-list {
  padding: 20px;
  font-size: 19px;
  position: relative;
}

.main-link {
  color: black;
}

/* .main-link:hover {
  box-shadow: 0 0 5px cyan;
  padding: 8px 15px;
  border-radius: 5px;
} */

.sub-ul {
  display: none;
  position: absolute;
  top: 50px;
  left: 3px;
  border-top: 2px solid cyan;
  background-color: black;
  border-radius: 5px;
  padding: 8px;
}

.sub-ul li {
  padding: 8px 0;
  font-size: 18px;
  border-bottom: 1px solid white;
}

.sub-ul li a {
  color: white;
}

.sub-ul li a:hover {
  color: cyan;
  font-weight: 300;
}

.main-list:hover .sub-ul {
  display: block;
  left: 30px;
}


.show-whwn-mobile {
  display: none;
}

.mobile {
  display: none;
}

.theme {
  background: #f0f0f0;
}

.Wl {
  position: relative;
  top: 200px;
  left: 451px;
}

.theme p {
  position: relative;
  top: 200px;
  left: 460px;
}

.post {
  position: relative;
  display: flex;
  top: 230px;
  left: 500px;
}

.c1 {
  margin-left: 15px;
  background-color: black;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}

.c2 {
  margin-left: 15px;
  background-color: black;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}