

.container {
    width: 900px;
    margin: auto;
    background: white;
    padding: 1px;
}

.navbar {
    background: #070808;
    text-align: center;
    padding: 5px;
}

body{
    margin:0;
    font-family: Arial, sans-serif;
}

.center h4{
    margin:0;
    font-size:22px;
}

.center h5{
    margin:0;
    font-size:14px;
}

.center p{
    margin:0;
    font-weight: bold;
    font-size:12px;
}
.navbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #000;
}

.navbar a {
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    text-decoration: none;
}

.navbar a:hover {
    background: red;
}
.navbar a:hover {
    color: yellow;
}
.header {
    background: linear-gradient(135deg,#7f1d1d,#5d0c1a);
    padding: 20px 0;
    margin: 10;

    color: white;
}

.header-container {
    width: 90%;
    max-width: 1100px;
    margin: auto;
    display: flex;
    align-items: center;
}



.center {
    flex: 9;
    text-align: center;
}

.logo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid white;
}
.main-header h1{
    margin: 2px;
    font-size:50px;
    letter-spacing:1px;
}

.main-header h5{
    margin:0;
    font-size:20px;
    letter-spacing:1px;
}
.main-header p{
    margin:7;
    font-size:25px;
    letter-spacing:1px;
    font-weight:bold;
    color: #000;
}

.main-header{
    background: linear-gradient(135deg,#7f1d1d,#581919);
    color:white;
    text-align:center;
    
}
.section-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    margin-bottom:10px;
}

.section{
    max-width:900px;
    margin:auto;
    background:white;
    padding:25px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.3);
}

.about-box {
    background: #f9f9f9;
    padding: 25px;
    margin: 30px 10px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-align: center;
}

/* Heading */
.about-box h2 {
    font-size: 24px;
    color: #b30000;
    margin-bottom: 10px;
    position: relative;
}

/* Underline effect */
.about-box h2::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #b30000;
    display: block;
    margin: 8px auto;
    border-radius: 2px;
}

/* Paragraph */
.about-box p {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    line-height: 1.7;
}

#about { border-left: 5px solid #b30000; border-right: 5px solid #b30000; }
#contact { border-right: 5px solid green; border-left: 5px solid green; }
#privacy { border-left: 5px solid blue; border-right: 5px solid blue; }
#terms { border-left: 5px solid #c81882; border-right: 5px solid #c81882; }
#disclaimer { border-left: 5px solid #e9f014; border-right: 5px solid #e9f014; }
.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;
}
