h1,
h2 {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
  font: inherit;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  display: flex;
  justify-content: center;
  background: #eee;
  flex-direction: column;
  align-items: center;
  font-family: "Press Start 2P", cursive;
  font-size: 12px;
}

header {
  position: absolute;
  display: flex;
  width: 100%;
  height: 200px;
  max-width: 800px;
  justify-content: flex-end;
  align-items: center;
  color: #ffffff;
  top: 50px;
}

main {
  display: flex;
  width: 100%;
  max-width: 800px;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin: 10px;
}

.footer-container {
  display: flex;
  gap: 20px;
}

.text-footer {
  font-size: 8px;
  padding-bottom: 5px;
  color: #ffffff;
}

.footer-icon {
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  padding: 5px;
}

.footer-img {
  position: relative;
  right: 15px;
  bottom: 30px;
}

.left {
  display: flex;
  background-color: #ffffff;
  width: 65%;
  flex-direction: column;
  gap: 25px;
}

.main-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}

.main-container-title {
  display: flex;
  color: #ffffff;
  background-color: #e68f44;
  height: 30px;
  width: 90%;
  align-items: center;
  justify-content: flex-end;
}

.main-container-title h2 {
  padding-right: 20px;
}

.main-container-content {
  padding: 0 15px;
  width: 90%;
}

.education {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.main-container-end {
  background-color: #e68f44;
  height: 30px;
  width: 100%;
}

.main-container-content a {
  color: #111ceb;
  text-decoration: none;
}

.main-container-content-cod {
  background-color: #eee;
  width: 90%;
}

.main-container-content-cod pre {
  margin: 0;
  white-space: pre;
}

.main-container-content-cod code {
  display: block;
}

.right {
  display: flex;
  background-color: #2e2e2e;
  width: 35%;
  flex-direction: column;
  justify-content: space-between;
}

.contact-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 15px;
  color: #ffffff;
  gap: 10px;
}

.contact-container--first {
  margin-top: 210px;
}

.title-blok {
  display: flex;
  border: 2px solid #e68f44;
  color: #ffffff;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  flex-direction: column;
  align-items: center;
  padding: 15px 0px;
  margin-bottom: 10px;
}

.contact-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 10px;
}

.skills-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

.progress-bar {
  display: flex;
  border: 2px solid #e68f44;
  width: 100%;
  height: 15px;
}

.progress {
  width: 100%;
  background-color: #e68f44;
}

.progress--20 {
  width: 20%;
}
.progress--50 {
  width: 50%;
}
.progress--80 {
  width: 80%;
}

.progress--90 {
    width: 90%;
  }

.navigation-panel {
  display: flex;
  margin-top: 250px;
  width: 100%;
}

.navigation-panel ul {
  display: flex;
  width: 100%;
  padding: 0 10px;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.navigation-panel li {
  height: 25px;
  border: 2px solid #e68f44;
  background-color: #2e2e2e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

.navigation-panel a {
  text-decoration: none;
  color: #ffffff;
  width: 100%;
  height: 100%;
  line-height: 25px;
}

.navigation-panel li:hover {
  background-color: #e68f44;
}

.navigation-panel li:hover a {
  color: #2e2e2e;
}

.text {
  display: flex;
  flex-direction: column;
}
.logo {
  display: flex;
  align-items: center;
}

.logo-img {
  width: 175px;
  height: 175px;
  border: 12px solid #2e2e2e;
  border-radius: 100px;
  position: relative;
  left: 50px;
  background-color: #e68f44;
}

.logo-title {
  padding: 15px 0px 15px 110px;
  width: 500px;
  background-color: #e68f44;
}

.rss-logo {
  width: 50px;
  height: 50px;
}

.rgb:hover {
  background: repeating-linear-gradient(
    90deg,
    red 0 10px,
    orange 10px 20px,
    yellow 20px 30px,
    green 30px 40px,
    blue 40px 50px,
    indigo 50px 60px,
    violet 60px 70px
  );
  background-size: 200% 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  animation: pixel-rainbow 15s linear infinite;
}

@keyframes pixel-rainbow {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.skills-list {
  display: flex;
  width: 100%;
  gap: 10px;
  flex-direction: column;
}

.education-list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.education-title {
  width: 100%;
  max-width: 130px;
}

.stars {
  display: flex;
  gap: 5px;
}

.star {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 2px solid #e68f44;
}

.full {
  background-color: #e68f44;
}

.main-container-end {
  display: flex;
  align-items: center;
  justify-content: center;
}
