* {
    box-sizing: border-box;
}

img {
    width: 170px;
    height: 150px;
    margin-bottom: 20px;
}

#img-c1 {
  width: 400px;   
  height: auto;  
}

#img-c2 {
  width: 400px;   
  height: auto;  
}

#img-c3 {
  width: 400px;   
  height: auto;  
}

#img-c4 {
  width: 400px;   
  height: auto;  
}

#img-c5 {
  width: 400px;   
  height: auto;  
}


body {
    background-color: #0b0c10;
    color: #dde1f0;
    text-align: center;
    font-family: 'Nunito', sans-serif;
}

hr {
    width: 90%;
    background-color: #2a2e40;
    padding: 2px;
    border: 2px solid #f7c948;
    margin: 30px auto;
}

h1 {
    text-align: center;
    margin: 50px auto;
    margin-bottom: 10px;
    border: 2px solid #f7c948;
    background-color: #1c1f2b;
    color: #f7c948;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 5px;
    padding: 10px 50px;
    display: inline-block;
}

h2 {
    display: inline-block;
    text-align: center;
    margin: 40px;
    border: 2px solid #2a2e40;
    background-color: #1c1f2b;
    padding: 10px 50px;
    border-radius: 20px;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 3px;
    color: #dde1f0;
}

h3 {
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.info {
    font-size: large;
    font-family: 'Nunito', sans-serif;
    color: #6b7091;
}

.caja {
    border: 2px solid #2a2e40;
    border-radius: 20px;
    text-align: center;
    padding: 20px;
    padding-top: 10px;
    min-width: 170px;
    max-width: 210px;
}

.caja:nth-child(odd) {
    background-color: #1c1f2b;
}

.caja:nth-child(even) {
    background-color: #161922;
}

.exp {
    text-align: left;
    margin-top: 50px;
    margin-left: 50px;
}

.cod {
    font-family: 'JetBrains Mono', monospace;
    color: #6b7091;
    letter-spacing: 2px;
    font-size: 0.85rem;
    margin-bottom: 8px;
}



.c1 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.c2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.c3 {
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    height: 380px;
}

.c4 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.c5 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}

article.caja p {
    font-size: larger;
    color: #6b7091;
}