.ibm-plex mono-medium {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 500;
    font-style: normal;
  }
  
  

* {
    margin: 0;
    padding: 0;
  }



body {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 800;
    
    background: url('./1928.gif') no-repeat center center fixed;
  background-size: cover;
  
}


header {
  width: 80%;
  padding: 0 10%;
  height: 50px;
  overflow-y: hidden;
  position: fixed;
  top: 0;
  left: 0;
  margin-bottom: 10px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.208);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
 
}

header h1 {
  color: #ffffff;
}

nav ul {
  display: flex;
  list-style-type: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}

nav li {
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  width: 120px;
}

nav a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  transition: all 1s;
}

nav a:hover {
  background-color: rgb(0, 0, 0);
  color: white;
}


.character {
  width: 900px;
  margin: 0 auto;
  margin-left: 100px;
  margin-top: 100px;
  font-size: 0;
}

.c1 {
    width: 260px;
    margin: 20px;
    display: inline-block;
    position: relative;
}

.c1 img {
    width: 190%;


}

 .c1 p {
  position: absolute;
  left: 200%;
  
  text-align: left;
  width: 200%;
  color: #ffffff;
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  header{
    height: 10%;
  }
    body {
    
      
        background:
           
      url('./767.gif') no-repeat center center fixed;
      
      background-size: cover;
    }
    .character {
      width: 900px;
      
      margin-top: 50px;
      font-size: 0;
    }
    .c1 {
      width: 60%;
      margin: 20px;
      display: flex;
      position: relative;
  }
  .c1 img {
    width: 80%;
    height: auto;
    margin-top: 10%;
    border: 0px solid #00000030;
    
  }

  }
