* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --text-color: white;
  --font-family: "Calibri";
}

header {
  text-align: center;
}

.name {
  font-family: var(--font-family);
  color: var(--text-color);
  margin-bottom: 20px;
}

.eagle {
  position: absolute;
  z-index: 1;
  right: 760px;
}

.photo {
  position: relative;
  top: 30px;
  z-index: 2;
  border-radius: 150px;
}

.mainImage {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Заполняет контейнер, сохраняя пропорции */
}

.start {
  margin-left: 860px;
  width: 200px;
  height: 200px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border: solid 11px black;
  color: red;
  font-family: var(--font-family);
  font-size: 30px;
  transition: all 1s ease;
}

.start:hover {
  background-color: rgb(64, 216, 43);
  transition: all 1s ease;
}

/*----------- Start ------------*/

.mainText {
  text-align: center;
  color: var(--text-color);
  font-size: 30px;
}

.buttonAll {
  margin-top: 20px;
  text-align: center;
}

.styleButton {
  width: 50px;
  height: 25px;
  border: solid 2px black;
  border-radius: 15px;
}

.back {
  position: absolute;
  margin-left: 1350px;
  margin-top: -24px;
}

.mainSection {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 300px;
}

.textСharacterOne {
  display: none;
  margin-top: 20px;
  text-align: center;
  color: var(--text-color);
  font-family: var(--font-family);
  font-size: 20px;
}

.textСharacterTwo {
  display: none;
  margin-top: 20px;
  text-align: center;
  color: var(--text-color);
  font-family: var(--font-family);
  font-size: 20px;
}

.buttonProjZero {
  text-align: center;
  margin-top: 20px;
}

.titleProject {
  color: var(--text-color);
}

.nameProject {
  color: var(--text-color);
}

.getSays {
  font-family: var(--font-family);

  color: var(--text-color);
}

.code {
  margin-left: 65px;
  color: rgb(0, 225, 255);
}

.textColumn {
  display: flex;
  margin-left: 500px;
  margin-top: 30px;
  font-family: var(--font-family);
  color: var(--text-color);
  font-size: 13px;
}

.buttonVoice,
.buttonIP,
.getDate,
.getColor {
  width: 100px;
  height: 30px;
}
.yourIP {
  color: red;
}

.resultDisplay {
  color: var(--text-color);
  font-family: var(--font-family);
}

.displayResult {
  color: var(--text-color);
  font-family: var(--font-family);
  margin-top: 20px;
}

.hello {
  color: white;
}

.color-change {
  width: 200px;
  margin: 0 auto;
}

.culcAlc,
.resultContainer {
  color: var(--text-color);
  font-family: var(--font-family);
  font-size: 20px;
}

article {
  margin-top: 20px;
  color: var(--text-color);
  font-family: var(--font-family);
  font-size: 20px;
  list-style-type: disc;
}

.tasks {
  padding-left: 920px; /* Отступ слева для маркеров */
}

li {
  width: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.culcContainer {
  color: var(--text-color);
  font-family: var(--font-family);
  font-size: 20px;
}
