*{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    border: border-box;
    color: white;
    background-color: #171315;
    padding-bottom: 0%;
    padding-top: 0%;
    
}



h1{
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
    font-family: "Lucida Console", "Courier New", monospacez;
}

h2{
    text-transform: uppercase;
    padding-top: 10px;
    color: rgb(212, 212, 100);
}

p{
    font-family: 'Times New Roman', Times, serif;
    font-size: larger;
}

 
.box {
    border: 2px solid #ddd; /* Adjust border color and thickness as needed */
    padding: 20px 10px 10px; /* Adjust padding as needed */
    border-radius: 10px; /* Adjust border radius as needed */
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.logo {
    width: 50px; /* Adjust size as needed */
    height: 50px; /* Adjust size as needed */
}

.title {
    margin-top: 10px; /* Adjust spacing as needed */
    font-size: 16px;
    color: #333; /* Adjust color as needed */
}

.centered-button {
    margin-top: 10px; /* Adjust spacing as needed */
    padding: 10px 30px;
    font-size: 16px;
    background-color: rgba(107, 16, 16, 0.914);
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.5s;
}

.centered-button:hover {
    background-color: rgb(172, 74, 74);
}


a:link{
    text-decoration: none;
}

.uu{
    margin: 100px;
    margin-top: 50px;
    border-width: 20px;
    border-style: solid;
    border-color: white;
    height: 300px;
    width: 300px;
}

.e{
    margin: 100px;
    border-width: 20px;
    border-style: solid;
    border-color: white;
    height: 300px;
    width: 300px;
}

.pp{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.ftt{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.dec{
    /* margin: 100px;
    border-width: 20px;
    border-style: solid;
    border-color: white;
    height: 300px;
    width: 300px; */
    padding-right: 70px;
}
.container2{
    background:linear-gradient(45deg, rgb(29, 14, 0), rgb(68, 30, 4));
    padding:15px 9%;
    padding-bottom: 100px;
}

.container2 .heading{
    text-align: center;
    padding-bottom: 15px;
    color:#fff;
    text-shadow: 0 5px 10px rgba(17, 0, 0, 0.904);
    font-size: 50px;
}

.container2 .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap:15px;
}

.container2 .box-container .boxi{
    box-shadow: 0 5px 10px rgba(15, 15, 0, 0.925);
    border-radius: 5px;
    background-color: #fff;
    background-size: auto;
    text-align: center;
    padding:30px 20px;
}

.container2 .box-container .boxi img{
    border-radius: 10px;
    height: 80px;
}

.container2 .box-container .boxi h3{
    color:#0e0101;
    font-size: 22px;
    padding:10px 0;
}

.container2 .box-container .boxi p{
    color:#0f0101;
    font-size: 15px;
    line-height: 1.8;
}

.container2 .box-container .boxi .btn{
    margin-top: 10px;
    display: inline-block;
    background:#333;
    color:#fff;
    font-size: 17px;
    border-radius: 5px;
    padding: 8px 25px;
}

.container2 .box-container .boxi .btn:hover{
    letter-spacing: 1px;
}

.container2 .box-container .boxi:hover{
    box-shadow: 0 10px 15px rgba(0,0,0,.3);
    transform: scale(1.03);
}

@media (max-width:768px){
    .container2{
        padding:20px;
    }
}