body {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    margin: 0;
    min-height: 120vh;
    background-image: url("CleanShineNameD.jpeg");
    background-size: cover;          /* laba kvalitāte, aizpilda ekrānu */
    background-position: center;     /* vienmēr centrā */
    background-repeat: no-repeat;    /* neatkārtojas */
    background-attachment: fixed;
    line-height: 1.6;
    margin-top: 120px;
  }
  
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 60px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;

  }
  
  #page-logo a {
    padding: 10px;
    font-family: "Helvetica", sans-serif;
    color: #fff;
    font-size: 50px;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
  }
  
  header a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 12px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    text-decoration: none;
    margin-bottom: 40px;
  }
  
  header nav a:hover {
    color: #fff;
    background-color: #1da1fd;
  }

  header ul {
    display: flex;
  }
  
  header li {
    margin-left: 20px;
  }
  
  footer {
    font-family: "Montserrat", sans-serif;
    background: linear-gradient(70deg, rgb(24, 24,24), rgb(25, 29, 29));
    padding: 36px 0;
  }
  
  footer ul {
    display: flex;
    justify-content: center;
    /* padding: 40px; */
  }
  
  footer li {
    width: 80px;
    height: 80px;
    margin: 0 50px;
  }
  
  footer img {
    width: 100%;
    height: 100%;
  }

 .container ul {
    list-style: none;
    margin-top: 20px;
    display: grid;
    gap: 15px;
}

.container ul li {
    position: relative;
    padding: 18px 20px 18px 55px;
    background: linear-gradient(135deg, #f8fbff, #eef4fa);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.25s ease;
}

.container ul li::before {
    content: "✓";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background: #0d3b66;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.container ul li:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.highlighttt {
    margin-top: 30px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.container {
    max-width: 1000px;
    margin: 30px auto;
    padding: 10px 36px;
    background:none;
}

.container h1 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1da1fd;
}

.container h2 {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 40px;
    color: #1da1fd;
}

.container p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
}

span {
    color: #1da1fd;
}
