.logo {
    width: 30%;
    border-radius: 5px;
    height: 120px;

}

.container {
    display: flex;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: rgb(196, 11, 11);
}

.container1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 5%;
    padding: 3%;
    text-align: center;
}

.box {
    background: rgba(211, 200, 178, 0.433);
    padding: 30px 20px;
    border-radius: 18px;
    box-shadow: 0 2% 4% rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #050A30;
}

.Welcome {
    text-align: center;
    font-size: 3.5vw;
    white-space: nowrap;

}

.restimg {
    padding: 3px;
    border-color: black;
    border-radius: 20px;
    width: 80%;
    justify-content: center;

}

.restdiv {
    border-color: black;
    padding: 5px;
    border-radius: 20px;
    justify-content: center;

}

footer {
    margin-top: 3%;
    position: relative;
    font-size: 20px;
    background-color: rgb(196, 11, 11);
    text-align: center;
    border-color: black;
    border-style: solid;
    margin: 5px;
    padding: 3px;
    font-display: auto;
    -webkit-text-fill-color: white;
    height: 40px;
    border-radius: 10px;

    white-space: nowrap;

}

.footerimg {
    width: 20px;
    left: 50%;
    right: 50%;
    border-radius: 20px;
    border-color: aliceblue;
    border-style: solid;
    padding: 1px;
    margin-top: 10PX;
    justify-content: baseline;
    white-space: nowrap;



}