@import url(header.css);
@import url(footer.css);
@import url(scrollBar.css);

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: white;
}

.award-box{
    padding-block-start: 50px;
    padding-block-end:100px;
    background-color: aliceblue;   
}

.box{
    width: 80%;
    background: linear-gradient(263.32deg, rgba(248, 5, 5, 0.5) 1.55%, rgba(255, 12, 12, 0.3) 69.83%, rgba(252, 175, 175, 0) 97.26%);
    background-color: black;
    text-align: center;
    font-size: 25px;
    padding: 20px;
    margin-inline: auto;
    margin-top: 50px;
    border-radius: 7px;
}
.box:hover{
    cursor: pointer;

}

.table-1, .table-2, .table-3, .table-4{
  display: none;
  /* margin-inline: auto; */
}

.showTable{
    display: table;
    width: 78%;
    border-collapse: collapse;
    text-align: center;
    overflow: hidden;
    margin:2em auto;
    color: black;
}

.award-box td, .award-box th {
    border: 1px solid #ddd;
    padding: 8px;
  }