* {
color: white;
margin: 0;
padding: 0;
font-family: Verdana, sans-serif;
}

body {
background-image: url("spacebg.jpg");
}

h1 {
text-align: center;
font-size: xx-large;
font-family: Copperplate, "Copperplate Gothic Bold", fantasy;
}

.main-header {
text-align: center;
font-size: 50px;
color: white;
padding-top: 25px
}


.favthings {
width: 30%;
margin: 0 auto;
padding-top: 20px;
padding-left: 0; 
}

.favthings ul {
padding-left: 0;
margin-left: 0;
list-style-position: inside;
}

.favcolors {
width: 30%;
margin: 0 auto;
padding-top: 20px;
}

.favcolors ol {
  padding-left: 0;
  margin-left: 0;
  list-style-position: inside;
}

.bluecolor {
color: #2151ff
}

.purplecolor {
color: #8717ff;
}

.royalbluecolor {
color: #3c66e4;
}

.softishgreencolor {
color: #26da89;
}

.watermelonpinkcolor {
color: #ff0544;
}

p {
margin-bottom: 15px;
}

ol {
margin-bottom: 15px;
}

.cat-pictures {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px; 
  padding: 10px;
  max-width: 1000px; 
  margin: 0 auto;    
}

.cat-pictures img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 15px; 
}

footer {
font-weight: bold;
text-align: center;
padding: 20px;
font-family: "Brush Script MT", cursive;
}
