ul{
    list-style-type: none;
}
li{
    display: inline;
    float: left;
    font-size: larger;margin: 30px;
}
a{
    text-decoration: none;
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bolder;
}
nav{
    display: flex;
    background-color: #1c1a3c;
    padding: 0px 100px;
    width: 100%;
    height: 88px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.stemlogo{
    width: 80%;
    height:60px;
}
h1{
    white-space: nowrap;
}
.logo{
    width: 10%;
    display: flex;
    flex-direction: row;
    color: white;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.links{
    margin: 30px;
}
.part1{
    background-image: url(WhatsApp\ Image\ 2025-06-22\ at\ 21.16.10_669c2bb1.jpg);
    width:100%;
    height: 497px; 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    backface-visibility: 60%;
    display:flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 230px;
    color:white;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.widgetcontainer{
    align-self: center;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    height: 200px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}
.widget1{
    width:25%;
    height: 400;
    background-color: #1c1a3c;
    margin: 20px;
    color: white;
    border-radius: 25px;
    padding:40px 0px;
    font-size: large;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

    
}
.widgets{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
}
.widget1:hover{
    background-color: white;
    color: #1c1a3c;
    border: 2px solid black;
    border-color: #1c1a3c;
}
.clubs{
    margin: 50px 0px;
    height:200px;
    width:75%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: center;
    color: white;
    border-radius: 25px;
    background-color: #1c1a3c;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.pwidget{
    font-size: medium;
    font-weight: lighter;
}
.clubs{
    font-size: large;
    font-weight: bold;
}
.ppart{
    font-size: larger;
    font-weight: bolder;
}
footer{
    background-color: #1c1a3c;
    height:100px;
    margin-top:80px ;
}
.icon{
    width: 50px;
    height: 50px;
    margin-top: 25px;

}
.footericons{
    width:100%;
    height:50px;
    display:flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.welcome{
    display: flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
    margin: 50px auto;
    padding-top:24px;
    width: 90%;
    height: 150px;
    background-color: #1c1a3c;
    color:white;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-align: center;
    border-radius: 25px 0px;
    transition: trasnform 0.3s ease;
}
.welcome:hover{
        background-color: white;
    color: #1c1a3c;
    border: 2px solid black;
    border-color: #1c1a3c;
}
.table{
    background-image: url(WhatsApp\ Image\ 2025-06-22\ at\ 21.16.10_669c2bb1.jpg);
    width: 100%;
    height:600px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tablecontain{
    background-color: rgba(28, 26, 60, 0.6);
    width:80%;
    height:500px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

table{
    color:white;
    border: 2px solid white;
    border-color: white;
    background-color:#1c1a3c;
    border-radius: 25px;
    border-collapse: collapse;
    overflow: hidden;
    width:80%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

td, th{
    border: 2px solid white;
    text-align: center;
    width:12.5%;
}

.clublist{
    width: 100%;
    height:1000px;
    display:flex;
    align-content:space-evenly;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 10px;
}
.clubcontain{
    width: 25%;
    height:200px;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #1c1a3c;
    border-radius: 25px;
    color:white;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.clublogo{
    width: 30%;
    height:70;
}
.clublogo1{
    width: 30%;
    height: 50px;
}
button{
    width: 100%;
    height:20px;
    background-color: white;
    color:#1c1a3c;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.body {
        background-color: #1c1a3c;
        color: white;
        text-align: center;
        padding-top: 100px;
        font-family: sans-serif;
        }

        .h1 {
        font-size: 3em;
        }

        .p {
        font-size: 1.2em;
        }

        .a {
        color: #ffcc00;
        text-decoration: underline;
}