.ibm-plex mono-medium {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 500;
    font-style: normal;
  }
  
* {
    margin: 0;
    padding: 0;
  }

  

body {
  background: url('./1928.gif') no-repeat center center fixed;
  background-size: cover;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 800;
}


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-top: 100px;
  font-size: 0;
}

.c1 {
    width: 260px;
    margin: 20px;
    display: inline-block;
    position: relative;
}

.c1 img {
    width: 100%;
    height: auto;
    border: 10px solid #000000aa;
    border-bottom-width: 45px;
}

.c1 p {
  position: absolute;
  bottom: 14px;
  text-align: center;
  width: 280px;
  color: #ffffff;
  font-size: 1rem;
}

.audio{

  display: none;
}

@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: 50px;
    margin-top: 50px;
    font-size: 0;
  }
  .c1 {
    width: 260px;
    margin: 20px;
    display: flex;
    position: relative;
}
.c1 img {
  width: 80%;
  height: auto;
  margin-top: 30%;
  border: 0px solid #00000030;
  
}
.c1 p {
  position: absolute;
  bottom: 200px;
  left: 130px;
  text-align: center;
  width: 280px;
  color: #ffffff;
  font-size: 1rem;
}
.audioMan{
  display: none;
}
.audio{
  position: absolute;
  margin-left: 0px;
  display: block;
}
}
