body {
  background-image: url("images/index.jpg");
  background-size: cover;
  background-position: cr;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.logo {
  margin-left: 80px;
  margin-top: 20px;
}
.navbar {
  display: flex;
  margin: 0%;
}
.navbar ul li {
  margin-left: 90px;
  display: inline-block;
  font-size: 15px;
  font-family: Arial;
}
.navbar ul li a {
  text-decoration: none;
  color: rgb(34, 91, 159);
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
}
.navbar ul li a:hover {
  color: blue;
}
.navbar li:hover {
  box-shadow: rgba(0, 33, 5, 0.719);
}
.navbar li:hover {
  color: blue;
}
.login {
  margin-left: 80px;
  margin-top: 5px;
  border: 5px solid rgb(34, 91, 159);
  border-radius: 30px;
  font-size: 30px;
  font-family: Arial;
  color: rgb(34, 91, 159);
  box-shadow: rgb(34, 91, 159);
  font-weight: 60px;
  font-weight: bold;
}
h1 {
  align-items: center;
  font-size: 20px;
  font-family: Arial;
  letter-spacing: 1px;
  text-decoration: underline;
  color: rgb(34, 91, 159);
  font-size: 30px;
  font-weight: bold;
}
h2 {
  align-items: center;
  font-size: 20px;
  font-family: Arial;
  letter-spacing: 1px;
  text-decoration: underline;
  color: rgb(34, 91, 159);
}
h3 {
  align-items: center;
  font-size: 20px;
  font-family: Arial;
  letter-spacing: 1px;
  text-decoration: underline;
  color: rgb(34, 91, 159);
}
p {
  letter-spacing: 1px;
}
ol li {
  letter-spacing: 1px;
}

ul {
  list-style: none;
}
.port {
  align-items: center;
  margin-left: 110px;
  display: flex;
  padding: 20px;
  margin-bottom: 40px;
}
.avatar {
  width: 230px;
  height: 300px;
  margin-left: 100px;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(34, 91, 158, 0.3);
}
.about {
  align-items: center;
  margin-left: 110px;
  display: flex;
}
.abot {
  width: 230px;
  height: 300px;
  margin-left: 100px;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(34, 91, 158, 0.3);
}
.section {
  margin-left: 30px;
  margin-bottom: 40px;
}
.content {
  display: flex;
  align-items: center;
  margin-left: 60px;
}
.skills-list {
  flex: 0.5;
}
h2 {
  align-items: center;
  margin-left: 250px;
  font-size: 30px;
  font-family: arial;
  font-weight: bold;
}
.project p {
  margin-left: 200px;
}
.prjs {
  display: flex;
  width: 200px;
  padding: 20px;
  border: 2px solid #225b9e;
  border-radius: 10px;
  margin: 20px;
  flex-direction: column;
  box-shadow: 0 4px 15px rgba(34, 91, 158, 0.3);
}
.projects {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.prjs img {
  width: 150px;
  height: 120px;
  border-radius: 8px;
}
.prjs p,
h4 {
  margin: 0%;
}
.prjs a {
  margin-top: 20px;
  border: 2px solid #225b9e;
  border-radius: 10px;
  padding: 2px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-family: Arial;
  font-size: 20px;
  color: rgb(34, 91, 159);
}
.prjs a:hover {
  color: blue;
}
h4 {
  letter-spacing: 1px;
  color: rgb(34, 91, 159);
  font-size: 20px;
  font-family: Arial;
  text-decoration: underline;
}
.contact {
  margin-left: 450px;
}
.contact form {
  margin-left: 50px;
}
.contact form input {
  padding: 20px;
  border: 2px solid #225b9e;
  border-radius: 12px;
  width: 450px;
  font-family: arial;
  font-size: 15px;
  box-shadow: 30px #225b9e;
}
.contact form textarea {
  padding: 20px;
  padding-bottom: 50px;
  border: 2px solid #225b9e;
  border-radius: 12px;
  width: 450px;
  font-family: arial;
  font-size: 15px;
  box-shadow: 30px #225b9e;
}
.contact form button {
  border: 2px solid #225b9e;
  border-radius: 10px;
  padding: 5px;
  margin-left: 80px;
  font-size: 20px;
  font-family: arial;
  color: #225b9e;
  box-shadow: 3px solid #225b9e;
}
.contact form button:hover {
  color: blue;
}
.contact p a {
  font-size: 20px;
  font-family: arial;
  color: #225b9e;
}
@media (max-width: 768px) {
  .navbar {
    flex-direction: row;
    justify-content: center;
  }
  .navbar ul li {
    margin-left: 20px;
    display: inline-block;
    font-size: 20px;
  }
}
