/* External CSS File */

/* General Styles */
body {
    text-align: center;
    font-family: monospace, monospace;
    margin: 1;
    padding: 1;
    background-color: #b9b2b2;
    color:rgb(0, 0, 0);
}


.font {

    font-weight: 900;
}



table {
    text-align: center;
    list-style: none;
    padding: 5;
    text-align: center;
    background-color: #ddcbcb;
    margin: 5;
}


.box {
    text-align: center;
    list-style: none;
    padding: 5;
    text-align: center;
    background-color: #ffffff;
    margin: 5;
    border-radius: 20;
}

.aboutme {
    text-align: center;
    list-style: none;
    padding: 20;
    margin: 10;
    text-align: center;
    background-color: #ffffff;
    
    
}



.center {
    margin-left: auto;
    margin-right: auto;
  }

/* Navigation Styling */
nav ul {
    list-style: none;
    padding: 0;
    text-align: center;
    background-color: #7b6666;
    margin: 0;
}
nav ul li {
    display: inline;
    margin: 0 15px;
}
nav ul li a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 1.5em;
}

/* Section Styling */
.about, .services {
    padding: 20px;
    margin: 20px;
    background-color: rgb(253, 248, 248);
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Box Model Example */
.services ul li {
    padding: 10px;
    border: 1px solid #ddd;
    margin: 5px 0;
    background-color: #f9f9f9;
}

/* CSS Transitions */
nav ul li a:hover {
    color: #edd66f;
    transition: color 0.3s ease-in-out;
}

/* CSS Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

h1 {
    animation: fadeIn 2s ease-in;
    font-weight: 900;
    background-color: #ffffff;
    box-shadow: 5px 5px;

}

.desc {
    color: #ffffff;
    
    
}
