body{
    font-family: 'Arial', sans-serif;
    background-color: #f8f8f8;    
}

.info{
    font-family: "Varela Round", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}

.para{
    font-family: "Varela Round", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}

.list{
    font-family: "Varela Round", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}

#feature{
    font-family: "Varela Round", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}

header {
    background-color:rgb(243, 117, 0);
    color: #fff;
    padding: 15px;
    text-align: center;
    background-image: url(tample.webp);
    background-size:contain;
    text-shadow: 2px 2px 4px #000000;
}
header h1{
    font-size: 40px;
    padding-bottom: 5px;
    text-shadow: 2px 2px 4px #000000;
      
}

nav ul{
    text-align: center;
    margin-right: 40px;
}

div.main {
    padding: 25px;
    font-size: 35px;
    background: linear-gradient(to right, #ffb300e9, #db152f); 
    color: white;
    font-weight: bolder;
    font-family: Georgia, 'Times New Roman', Times, serif;
    /* width: 100%; */
    display: block;
}

.logo img{
    width: 60px;
    height: 60px;
    border-radius: 45px;
}

#img {
    float: right;
    margin-top: 0px;
    border-radius: 5px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
    margin-right: 15px;
    
}

table{
    border: 3px solid;
    border-collapse: collapse;
    background-color: rgb(254, 152, 115);
   
}

footer {
    background-color: rgb(243, 117, 0);
    color: #fff;
    padding: 10px;
    text-align: center;
    clear: both;
    bottom: 0;
    width: 100%;
    text-shadow: 2px 2px 4px #000000;
    
}

.last{
    padding-bottom: 15px;
    font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;

}

a.nav-link:hover{
    color: #db152f !important;
}

.cnt-f{
    height:auto;
    background-color: rgba(243, 158, 0, 0.959);
}

.cnt-f p{
    font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  font-size: 19px;
}

.col{
    font-family: "Varela Round", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px; 
}
.insta{
    
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;    
}
.insta i {
    background-color: #db152f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    height: 44px;
    width: 44px;
    border-radius: 50%; 
}
.email{
    font-size: 25px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
#email{
    background-color: red;
    color: white;
    height: 44px;
    width: 44px;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding-top: 6px;
}
.phone{
    font-size: 25px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
#phone{
    background-color: green;
    color: white;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding-top: 6px;
}