body {
 color: #c44c98;
 background-color: #353434;
 width: 75%;
 margin: auto;
}

a { 
  color: #629435; 
} 

.team {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 75%;
}

.pokemon {
    flex: 1 0 300px;
    background-color: #1a2122;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

.pokemon:hover {
    transform: scale(1.05);
}

.pokemon img {
 height: 200px;
 width: auto;
}

.fc, .clothes {
 height: 450px;
 width: auto;
}

h1 {
 font-size: 48pt; 
}

h3 {
 font-size: 32pt; 
}

ul {
 font-size: 24pt; 
 list-style: none; 
}

p, figcaption {
  font-size: 24pt; 
}

.row {
  display: flex;
}

.column {
  flex: 50%;
}


.pokemon ul {
 font-size: 20pt;
 
}

p {
  display: inline-block;
  text-align: left; 
  text-indent:50px;
  margin: 5px 75px;
}

.ff {
  display: inline-block;
  text-align: left; 
}

.sub {
  font-size: 20pt;  
  text-indent:50px;
}