* {
  margin: 0;
  font-family: "Host Grotesk", sans-serif;
  color: #3f3f3f;
}

body {
  background-color: #f8f8f8;
}

h1 {
  color: #000;
  font-size: 13.5px;
  font-weight: 500;
}

h2 {
  color: #000;
  font-size: 13.5px;
  font-weight: 500;
  margin-bottom: 8px;
}

h3 {
  color: #3f3f3f;
  font-size: 13.5px;
  font-weight: 500;
}

p {
  color: #3f3f3f;
  font-size: 13.5px;
  font-weight: 300;
}

ul {
  list-style: none;
  padding: 0;
}

li {
  color: #3f3f3f;
  font-size: 13.5px;
  font-weight: 300;
}

a {
  color: #3f3f3f;
  font-size: 13.5px;
  font-weight: 300;
  text-decoration: none;
  transition: ease 300ms;
}

a:hover {
  color: #000;
  transition: ease 300ms;
}

nav{
  padding: 1rem;
}

.logo {
  display: inline;
  font-weight: bold;
  opacity: 50%;
  transition: ease 300ms;
}

.logo:hover {
  opacity: 100%;
  cursor: pointer;
  transition: ease 300ms;
}

main {
  display: flex;
  justify-content: center;
}

hr {
  border: none;
  height: 1px;
  background-color: rgb(0, 0, 0);
  opacity: 25%;
}

.container {
  justify-content: space-between;
  width: 930px;
  display: flex;
  padding: 1rem;
  gap: 8px;
}

#left__side {
  display: flex;
  flex-direction: column;
  width: 330px;
  gap: 8px;
}

#right__side {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#profile_image {
  height: 412.5px;
}

#profile_image > img{
  width: 330px;
  height: 412.5px;
  border-radius: 8px;
}

#about {
  background-color: #e9e9e9;
  padding: 1rem;
  border-radius: 8px;
}

#contact {
  background-color: #e9e9e9;
  padding: 1rem;
  border-radius: 8px;
}

.social__link {
  display: flex;
}

.social {
  margin-top: 8px;
}

.me__name {
  margin-bottom: 8px;
}

#skill {
  background-color: #e9e9e9;
  padding: 1rem;
  border-radius: 8px;
}

.skill_-programing {
  margin-bottom: 8px;
}

#software {
  background-color: #e9e9e9;
  padding: 1rem;
  border-radius: 8px;
}

#education {
  background-color: #e9e9e9;
  padding: 1rem;
  border-radius: 8px;
}

#work__experiences {
  background-color: #e9e9e9;
  padding: 1rem;
  border-radius: 8px;
}

.work__1 {
  margin-bottom: 8px;
}

footer {
  display: flex;
  justify-content: center;
}