@import url('../mobile/preloader.css');

* {
    margin: 0%;
    padding: 0%;
}

body{
    background-color: rgb(107, 89, 64);
}

table {
    margin: 20px;
    
}



table th{
    position: relative;
    top: -30px;
    left: -50px;
    font-size: 35px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    color: rgb(228, 241, 234);

    
}

h4{
    font-size: 18px;
    font-style: italic;
    width: 500px;
   position: relative;
   top: 90px;
   left: 500px;
   letter-spacing: 1px;
   color: rgb(226, 192, 143);
    
}

table img {
    width: 250px;
    border-radius: 50px;
    height: 300px;
    position: relative;
    margin: 10px;
    z-index: 1;


}
table img:hover {
    transition: 0.5s;
    transition-timing-function: ease-in-out;
    transform: translateY(-2%);
    cursor: pointer;


}
table td{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    position: relative;
    top: 50px;
    background-color: rgb(151, 137, 54);
    box-shadow: -14px 10px 15px 3px rgb(110, 49, 49);
    border-radius: 10px;

}


table td h1{
    letter-spacing: 1px;
    color: rgb(42, 61, 80);

}
table td h1:hover{
    transition: 0.5s;
    transition-timing-function: ease-in-out;
    transform: translateY(-5%);
    cursor: pointer;

}
table td h3{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    padding: 10px;
    letter-spacing: 1px;
    color: rgb(148, 226, 23);
    font-style: italic;

}
table td h3:hover{
    transition: 0.5s;
    transition-timing-function: ease-in-out;
    transform: translateY(-5%);
    cursor: pointer;

}
table td p{
    padding: 10px;
    letter-spacing: 1px;
    width: 330px;

}



.box{
    width: 100%;
    height: 5px;
    display: flex;
    position: absolute;
    z-index: 1;
    top: 250px;
}

.item{
    border-radius: 30px;
    margin: 10px;
    width: 500px;
    height: 10px;
    background-color: rgb(197, 176, 54);
}

.icon{
    width: 40px;
    height: 40px;
    box-shadow: 1px 1px 10px 2px gold;
}
.icon:hover{
     transform:scale(105%);
     cursor: pointer;
}