  @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background-color: white;
}

.container {
    max-width: 100%; /* Adjust the width as needed */
    /* margin: 0 auto;
    padding: 20px; */
}

.title {
    text-align: center;
    color: #333;
}

.updates {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* padding: 20px; */
    margin-bottom: 50px;
    /* width: calc(60% - 20px); */
    max-width: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}
@media screen and (min-width: 480px) {
    .updates {
    width: calc(50% - 20px);
}
  }

/* 
.update {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    width: calc(60% - 20px);
    max-width: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
} */
/* 
@media screen and (min-width: 576px) {
    .updates {
        width: calc(60% - 50px) !important;
        max-width: 100% !important;

    }
} */

.updates:hover {
    transform: translateY(-5px);
}

.date {
    margin: 0;
    font-size: 25px;
    color:#f04623;
    text-align: center;
}

/* .description {
    margin-top: 10px;
    color: #666;
    height:auto;
} */




.updates:hover .icon {
    transform: rotate(90deg);
}
.check
{
    text-align: center;
    padding:10px;
}
.checkbox1
{ 
    text-align: center;
    padding:10px;
}
