.homebutton{
    width: 90px;
    height: 27.5px;
    margin: 10px;
    border-radius: 12px;
    border-style: none;
    background: #ffffff;
    color: #7a7474;
    position: absolute;
    bottom: 2%;
    right: 2%;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    opacity: 0;
    transition: opacity 1s;
}
.shiftcalendarcontainer{
  width: 100vw;
max-height: 900px;
    max-width: 1280px;
    min-height: 636px;
  min-width: 1000px;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  }
.homecontainer {
  height: 75.5vh;
  width: 100vw;
  max-height: 800px;
  max-width: 1280px;
  min-height: 600px;
  min-width: 1000px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}
.border {
  height: 369px;
  width: 290px;
  background: transparent;
  border-radius: 10px;
  transition: border 1s;
  position: relative;
}
.border:hover {
  border: 1px solid #fff;
}
.card {
  height: 379px;
  width: 300px;
  background: #808080;
  border-radius: 10px;
  transition: background 0.8s;
  overflow: hidden;
  background: #000;
  box-shadow: 0 70px 63px -60px #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.card0 {
  background: url("/Attendance.jpg") center center no-repeat;
  background-size: 660px;
}
.card0:hover {
  background: url("/Attendance.jpg") left center no-repeat;
  background-size: 700px;
}
.card0:hover h2 {
  opacity: 1;
}
.card0:hover .homebutton {
  opacity: 1;
}
.card0:hover .fa {
  opacity: 1;
}
.card1 {
  background: url("/Shiftcalender.jpg") center center no-repeat;
  background-size: 660px;
}
.card1:hover {
  background: url("/Shiftcalender.jpg") left center no-repeat;
  background-size: 700px;
}
.card1:hover h2 {
  opacity: 1;
}
.card1:hover .homebutton {
  opacity: 1;
}
.card1:hover .fa {
  opacity: 1;
}
.card2 {
    background: url(/Holiday.jpg) center center no-repeat;
    background-size: 510px;
}
.card2:hover {
  background:  url(/Holiday.jpg) left center no-repeat;
  background-size: 600px;
}
.card2:hover h2 {
  opacity: 1;
}
.card2:hover .homebutton {
  opacity: 1;
}
.card2:hover .fa {
  opacity: 1;
}
h2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  margin: 20px;
  opacity: 0;
  transition: opacity 1s;
}
.fa {
  opacity: 0;
  transition: opacity 1s;
}
.icons {
  position: absolute;
  fill: #fff;
  color: #fff;
  height: 130px;
  top: 226px;
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
