body {
  background-image: url("marbel.png");
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  max-width: 900px;
  margin: auto;
  padding: 20px;
}

h1,
p {
  text-align: center;
  margin: 0;
  padding: 0;
}
.right {
  float: right;
  width: 120px;
  border-radius: 50%;
}

.resume-container {
  display: flexbox;
  align-items: center;
  justify-content: space-between;
}

.resume-container img {
  width: 120px;
  border-radius: 50%;
  align-items: right;
}

.section {
  margin-top: 20px;
}

.entries {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.entries img {
  width: 80px;
  height: auto;
}

.entries .right {
  text-align: right;
}

.skills ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  list-style: none;
  padding: 0;
}

.skills li {
  background: #989797;
  padding: 8px 12px;
  border-radius: 5px;
}

.footer img {
  width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
}
