
    nav {
      background: hsl(200, 40%, 45%);
      color: #ebe4e4;
      padding: 1rem;
      display: flex;
      justify-content: space-between;
    }
    nav ul {
      display: flex;
      gap: 3rem;
      margin:0;
    }
    nav a {
      color: rgb(242, 234, 234);
    }
    Img{
      max-width: 50%;
      border-radius: 100px;
      height: 40%;
    }

