@import url('https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&display=swap');



h1,h2,h3,h4,h5{
	font-family: 'Kdam Thmor Pro', sans-serif;
	text-align:center;

	color:#009688;
}
h7{
	color: #ffffff;
}

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&display=swap');
p{
	 font-family: 'Libre Baskerville', serif;
         text-align:center;
         font-size: 14px;
		 color: rgb(28, 28, 29);
         


      
}
img{
	display:block;
	margin:auto;
       width:50px;
        height:50%;

}


.mainimg{
width:200px; 
height:150;
}
 
.simg{
width:200;
height:200;
}

.gallary img{
width:200px;
height:200px;
}
table {
	
	margin:auto;
}

.desc{
	text-align: center;

}
.sh-section-7518da57a191374d355d3a46c3ae60e2 {
	padding: 240px 0px 320px 0px;
  background:url('bg.webp');
	background-color: #2d2d2d;
}
.container1 {

	 background:linear-gradient(to bottom, hsl(158, 8%, 20%), rgba(14, 15, 15, 0.5)),
    url(samoyed.jpg) 0 0 no-repeat fixed;
	overflow: hidden;
   color: #FFFFFF;
   background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 4px;
	padding-top: 10.5rem;
    padding-bottom: 6rem;
	background-attachment: scroll;
	
 }

 .social{
	font-size:20px;
 }
 .name{
	
	
	
	padding-left: 150px;
	padding-right: 150px;
	/* background-color:rgb(220, 233, 245); */
	background-position:150px;
	border-radius: 4px;

 
	 
	
 }
 .dox {
	color: #BCA091;
 }

 #myBtn {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 30px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: red; /* Set a background color */
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	border-radius: 10px; /* Rounded corners */
	font-size: 18px; /* Increase font size */
  }
  
  #myBtn:hover {
	background-color: #555; /* Add a dark-grey background on hover */
  }