.home button{
    font-size: 15px;
    font-weight: 500;
    color: #007bff;
    padding: 10px 30px;
    outline: none;
    border: none;
    border-radius: 5px;
    background: rgba(169, 169, 176, 0.445);
    cursor: pointer;
  }
  
.container {
    background-image: url("..//hod.jpg");
  
    background-repeat: no-repeat;
    width: 30vh;
    height: 30vh;
    display: ;
    justify-content: center;
    align-items: center;
    position: absolute;
  }
  
  
  h1 {
    font-family: 'Pacifico', cursive;
    color: rgb(18, 18, 18);
    font-size: 15px;
    z-index: 1;
  }
  h2{font-family: 'Pacifico', cursive;
    color: rgb(18, 18, 18);
    font-size: 15px;
    z-index: 1;
  }
  
 
