* {
    box-sizing: border-box;
}

.main{
    position: absolute;
}
/* html{
    width: fit-content;
    height: fit-content;
} */

body {
    background-color:rgb(96, 94, 94);
    width: fit-content;
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    height: auto;
}

.logo {
    position: static;
    background-color: white;
    text-align: center;
    padding-top: 0px;
    height: 75px;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    width: 100%;
    margin-left: auto;
    margin-right: auto;

}

.logoImage {
    position: absolute;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    text-align: center;
}

.nav__link{
    position: relative;
    text-align: center;
    left: 75px;
    top: 32px;
}

.box{
    position: relative;
    z-index: -1;
    width: 750px;
    height: 1700px;
    background: rgba(17, 17, 30, 0.941);
    box-shadow: 0 0px 180px 100px rgba(5, 63, 171, 0.678), 0 0px 150px 100px rgba(214, 225, 230, 0.928);
    /* padding: 40px; */
    padding-top: 0px;
    text-align: center;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top:  0.5%;
    color: white;
    font-family: 'Avenir';
}

.section__title{
    /* position: absolute; */
    padding-top: 10px;
    font-size: 20pt;
    text-align: center;
    padding-bottom: 10px;
}
.section__subtitle{
    padding-bottom: 50px;
    font-size: 18pt;
}

.petArea {
    position: relative;
    background-color: rgb(0, 0, 0);
    /* width: 450px; */
    border-image-width: 450px;
    height: 500px;
    padding-top: 0%;
}

.pawImage{
    /* position: absolute;
    width: 300px;
    height: 300px; */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

/* .profileImage {
    border-radius: 50%;
} */
.ProfileImagePhoto{
    position: absolute;
    box-shadow: 0 0px 20px 20px rgba(214, 225, 230, 0.352);
    height: 200px;
    width: 200px;
    bottom: 10px;
    left: 10px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}

.grid-container {
    display: inline-grid;
    grid-template-columns: auto auto ;
    background-color: rgba(0, 0, 0, 0);
    padding: 10px;
    grid-gap: 100px;

  } 

  .grid-item {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 0px;
    height: 200px;
    width: 200px;
    font-size: 0px;
    text-align: center;

  }

  .grid-item img {
      cursor: pointer;
  }
  
  .callLogo{
      height: 200px;
      width: 200px;
  }

  .InstagramLogo{
    height: 200px;
    width: 200px;
  }

  .facebookLogo{
      height:200px;
      width: 200px;
  }

  .iMessageLogo{
      height: 200px;
      width: 200px;
  }

  .googleMapsLogo{
      height: 200px;
      width: 200px;
  }

  .mailLogo{
      height: 200px;
      width: 200px;
  }



  /* .item1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    background-color: rgba(0, 0, 0, 0.0);
    border: 1px solid rgba(0, 0, 0, 0.0);
    padding: 0px;
    height: 150px;
    width: 150px;
    font-size: 0px;
  }  */
  
