
h1{
    color: navy;
}

h3{
    color:darkslateblue;
}

p{
    color:lightcoral;
}

.homepage{
    background-color: azure;
    float: right;
    width: 70%;
}

.homepageh1{
    text-align: center;
}

.homepagep{
    display: grid;
    place-items: center;
    height:200px;
    width:800px;
    font-size: 22px;
}

.homepagelinks{
    display: grid;
    place-items: center;
    width: 800px;
}

.categoriesh1{
text-align: center;
}

.image-row{
  display: flex;
  justify-content: center;  
  gap: 30px;      
  margin-top:200px;
}

.first-row {
  text-align: center;
  font-size: 30px;
}

.first-row img {
  width: 300px; 
  height: 300px;
  display: block;
  margin: 0 auto;
}

#category {
  width: 98%;
  margin: auto;
}