
 body {
            margin: 0;
            padding: 40px 20px;
            background-color: rgb(0, 0, 0);
            line-height: 1.6;
        }


        .header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 40px;
        }

        .container {
            max-width: 760px;
            margin: 0 auto;
            background: rgb(0, 0, 0);
            padding: 40px 40px;
        }


h1, h2 {
            font-family: 'DMSans';
            font-size: 30px;
            font-weight: bold;
            letter-spacing: 0px;
            margin-bottom: 10px;
            color: rgb(197, 197, 197);
        }



p, li, a {
            font-family: 'DMSans';
            font-weight: 400;
            margin-bottom: 20px;
            font-size: 16px;
            letter-spacing: 0px;
            color: rgb(220, 220, 220);
        }


.combatcontainer {
            max-width: 760px;
            margin: 0 auto;
            background: rgb(0, 0, 0);
            padding: 40px 40px;
            display: flex;
            flex-direction: row;
            position: relative;
        }


.combatpdf {
  margin-top: 0px;
}

      
.combatcontainer p, a {
  margin: 36px 20px;
  line-height: 30px;

}

.combattext h2 {
  margin-left: 20px;
  margin-top: 0px;
}

.collectionlink:hover {
  color: brown;
  cursor: pointer;
  font-size: 17px;
  transition: .2s;
}

.collectionlink {
  font-weight: 600;
}

a {
  text-decoration: none;
  color: rgb(220, 220, 220);
}

     .profile-img {
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: .9;
            filter: saturate(0);
        }

.profile-img:hover {
          opacity: 1;
          filter: saturate(1);
          cursor: pointer;
        }

        .combat-images {
          position: relative;
          height: 2900px;
        }

        .combat-images img {
          position: absolute;
        }

        .soldiertag{
          top: 80px;
          left: 300px;
          width: 18%;
          z-index: 100;
        }

          .soldiershirt {
          top: 90px;
          right: 130px;
          width: 30%;
        }

        .ilove {
          top: 500px;
          left: 50px;
          width: 25%;
        }

        .sherpa2 {
          top: 580px;
          right: 380px;
          width: 33%;
        }

        .combattag {
          top: 900px;
          left: 150px;
          width: 20%;
        }

        .lockedin {
          top: 1000px;
          right: 250px;
          width: 25%;
        }

         .icantcry {
          top: 1250px;
          left: 200px;
          width: 35%;
        }


         .clay1 {
          top: 1300px;
          right: 100px;
          width: 16%;
        }

        .paragraph {
          top: 1600px;
          left: 440px;
          width: 42%;
        }
         .clay2 {
          top: 1800px;
          left: 150px;
          width: 16%;
        }

        .sherpa {
          top: 2100px;
          right: 100px;
          width: 35%;
        }

        .combatlogo {
          top: 2550px;
          left: 250px;
          width: 16%;
        }



























@font-face {
  font-family: 'DMSans';
  src: url('fonts/DMSans/DMSans_18pt-Medium.ttf') format('woff2');
  font-weight: 500;
}

@font-face {
  font-family: 'DMSans';
  src: url('fonts/DMSans/DMSans_18pt-Regular.ttf') format('woff2');
  font-weight: 400;
}

@font-face {
  font-family: 'DMSans';
  src: url('fonts/DMSans/DMSans_18pt-SemiBold.ttf') format('woff2');
  font-weight: 600;
}

@font-face {
  font-family: 'DMSans';
  src: url('fonts/DMSans/DMSans_18pt-Bold.ttf') format('woff2');
  font-weight: 700;
}

@font-face {
  font-family: 'Lexend';
  src: url('fonts/Lexend/Lexend-Black.ttf') format('woff2');
  font-weight: 900;
}

@font-face {
  font-family: 'Lexend';
  src: url('fonts/Lexend/Lexend-Bold.ttf') format('woff2');
  font-weight: 700;
}

@font-face {
  font-family: 'Lexend';
  src: url('fonts/Lexend/Lexend-ExtraBold.ttf') format('woff2');
  font-weight: 800;
}

@font-face {
  font-family: 'Lexend';
  src: url('fonts/Lexend/Lexend-Light.ttf') format('woff2');
  font-weight: 300;
}

@font-face {
  font-family: 'Lexend';
  src: url('fonts/Lexend/Lexend-ExtraLight.ttf') format('woff2');
  font-weight: 200;
}

@font-face {
  font-family: 'Lexend';
  src: url('fonts/Lexend/Lexend-Medium.ttf') format('woff2');
  font-weight: 500;
}

@font-face {
  font-family: 'Lexend';
  src: url('fonts/Lexend/Lexend-Regular.ttf') format('woff2');
  font-weight: 400;
}

@font-face {
  font-family: 'Lexend';
  src: url('fonts/Lexend/Lexend-SemiBold.ttf') format('woff2');
  font-weight: 600;
}

@font-face {
  font-family: 'Lexend';
  src: url('fonts/Lexend/Lexend-Thin.ttf') format('woff2');
  font-weight: 100;
}











        @media (max-width: 768px) {
            .header {
                flex-direction: column;
                align-items: flex-start;
                gap: 20px;
            }
            
            .nav {
                gap: 20px;
            }
            
        }
