

html {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;

  
}

body{
  background-image:url('/cats.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px;
  font-family: "Nunito", sans-serif;
  height: 100vh;
  width: 100%;
  height: auto;
}
  


#header-img {
  margin-left: 40px;
  margin-top: 10px;
  height: 100px;
  width: 100px;
  float: left;
  margin: 0px;
  font-size: 40px;
  
}

nav {
  
  display:flex;
  justify-content:start;
  align-items: center;
  padding: 30px;
  background-color: rgba(199, 184, 184, 0.6);
  justify-content: first baseline;
  border-radius: 1rem;
  
}
.home{
  color: black;
  text-decoration:none;
  margin-right: 1em !important;
  font-family: "Nunito", sans-serif;
}
.gal
{
  color: black;
  text-decoration:none;
  margin-right: 1em !important;
  font-family: "Nunito", sans-serif;
}

.more
{
  color: black;
  text-decoration:none;
  align-items: center;
  margin-right: 1em !important;
  font-family: "Nunito", sans-serif;
}
.Contact
{
  color: black;
  text-decoration:none;
  margin-right: 1em !important;
  font-family: "Nunito", sans-serif;
}

.row
{
  position: relative;
  top: 2rem;
  width: 95vw;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 1rem;
  column-gap: 1rem;
 }

.img-div {
  height: 200px;
  width: 100%;
}

.v{
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  object-fit: cover;
}
.cat-box {
  display: block;
  margin: 0;
  background-color:rgba(100, 87, 87, 0.8);
  border-radius: 1rem;
  margin:auto;
  text-align:center;
  min-width: 250px;
  width: 20%;
  color: white;
}
 
footer {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background-color: #333;
  color: #fff;
  position: relative;
  top: 200px;

}

footer .box {
 width: 45%;
 
  
}

footer .box ul {
  list-style-type: none;
  padding: 0;
}

footer .box ul li {
  font-size: 16px;
 
}

footer .box .credentials li {
  display: flex;
  align-items: center;
}

footer .box .credentials li svg {
  margin-right: 10px;
  fill: #ffffff;
  width: 20px;
  height: 20px;
}

footer .box ul li svg.icon1 {
  fill: #141414;
  margin-right: 5px;
  width: 24px;
  height: 24px;
}

footer .box ul li a:hover {
  text-decoration: underline;
}

footer .box .credentials {
  font-size: 15px;
}

