body {
    font-family: "Poppins", sans-serif;
    background-color: #FF8080;
    margin: 0;
    padding: 0;
  }

#logo {
    margin-left: 32px;
    width: 161px;
    height: 50px;
  }
  
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background-color: #0e1111;
    color: #f2f0ef;
    box-shadow: #0e1111 1px;
  }
  
  .navItems {
    display: flex;
    color: #f2f0ef;
    align-items: center;
  }
  
  .navItems a {
    margin-right: 32px;
    color: #f2f0ef;
    text-decoration: none;
  }
  
  .navItems .navItem4 {
    background-color: #f2f0ef;
    color: #0e1111;
    padding: 8px 16px;
    border-radius: 16px;
    font-weight: bold;
    border: #0e1111 3px solid;
  }
  
  .navItem2,
  .navItem3 {
    position: relative;
    text-decoration: none;
  }
  
  .navItem2::before,
  .navItem3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #FF8080;
    transition: width 0.3s ease;
  }
  
  .navItem2:hover::before,
  .navItem3:hover::before {
    width: 100%;
  }
  
  .navItem4:hover {
    background-color: #FF8080;
    color: #f2f0ef;
    border: #f2f0ef 2px solid;
    transition: all ease-in-out .5s;
  }

  .proces1 {
    width: 40%;
    margin-left: 110px;
  }

  h1 {
    color: #f2f0ef;
    font-size: 3em;
  }

  h2 {
    color: #f2f0ef;
    font-size: 2em
  }

  p {
    color: #f2f0ef;
  }

  .wrap {
    display: flex;
    flex-direction: row;
  }

  .image {
    width: 500px;
    border-radius: 16px;
    border: 3px solid #f2f0ef
  }

  .proces2 {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 110px;
    width: 40%;
  }

  .background {
    background-color: #0e1111;
  }

  .proces2 a {
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5em;
    color: #FF8080;
  }

  .proces2 a:visited {
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5em;
    color: #FF8080;
  }

  .image2 {
    width: 300px;
    border-radius: 16px;
    border: 3px solid #f2f0ef
  }

  .image3 {
    width: 250px;
    border-radius: 16px;
    border: 3px solid #f2f0ef;
    margin-right: 32px;
  }

  .image4 {
    width: 500px;
    height: 300px;
    border-radius: 16px;
    border: 3px solid #f2f0ef
  }

  .wrap2 {
    display: flex;

  }
