body{
    background:#ffffff;
    margin:10;
    font-family:Arial;
}

.container{
    width:1024px;

    margin:10px auto;
}

.header{
    text-align:center;
    border:2px solid #901717;
    padding:10px;
}

.header h1{
    margin:5px 0;
    color: #090707;
    font-weight: bold;
    font-size: 43px;

}
.header h4{
    margin:5px 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 50px;

}

.header h5{
    margin:5px 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
}

.header p{
    margin:5px 0;
    color: #0f0f0f;
    font-weight: bold;
    font-size: 20px;
}

.header h2{
    color:purple;
    margin:5px 0;
}

.header h3{
    color:red;
}

.main-table{
    width:100%;
    border-collapse:collapse;
    margin-top:10px;
}


.navbar {
    background: #070808;
    text-align: center;
    padding: 10px;
}



.navbar a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
    font-weight: 500;
}

.navbar a:hover {
    color: yellow;
}

.center {
    flex: 9;
    text-align: center;
}
.section-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    margin-bottom:25px;
}
.wrapper{
    max-width:1024px;
    width: 100%;
    margin:auto;
    background:#fdfdff;
}



.logo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid white;
}
.left{
    display:flex;
    align-items:center;
    gap:10px;
}
.section{
    max-width:1024px;
    margin: auto;;
    background:white;
    padding:1px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.3);
}
.header-container {
    width: 100%;
    background: #932424;
    padding:1px;
    margin: 1px;
    display: flex;
    align-items: center;
}

.main-table, .main-table th, .main-table td{
    border:1px solid black;
}

.main-table th{
    padding:8px;
    text-align:center;
}

.main-table td{
    padding:8px;
}

.blue{
    background:#0d6efd;
    color:white;
}

.green{
    background:green;
    color:white;
}

.pink{
    background:#d63384;
    color:white;
}

.red{
    color:red;
    font-weight:bold;
}

a{
    color:blue;
    font-weight:bold;
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}

.footer-links{
    text-align:center;
    margin-top:20px;
    padding:10px;
    border-top:2px solid black;
    font-size:14px;
}

.footer-links a{
    text-decoration:none;
    color:blue;
    font-weight:bold;
    margin:0 5px;
}

.footer-links a:hover{
    text-decoration:underline;
}

.footer{
    text-align:center;
    font-size:13px;
    padding:10px;
}
