* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: rgb(0, 0, 33); 
    justify-content: center;
    align-items: center;
     
}

.container {
    width: 100%;
    max-width: device-width;
    background-color: white;    
    padding: 20px; 
    position: relative;
    padding-bottom: 100px; 
 
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    font-family: sans-serif;
}

.nav-links a {
    margin-right: 20px;
     
    color: #FFDFD6;
    color: black;
    font-weight: bold;
}

.button {
    background-color: #ffcccc;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.button:hover {
    background-color: #ff9999;
}

.main-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
}

.text-section {
    width: 60%;
    text-align: left;
}
 
.text-section p {
    font-size: 18px;
    margin-bottom: 20px;
}

.image-section {
    width: 40%;
    padding-right: 50px;
     
}

.image-section img {
    width: 100%;
    border-radius: 15px;
}
h1{
    margin-top: 0px;
    font-size: 48px;
    font-family: fantasy;
}
.skills{
    background-color: white;

}
.mid-container{
    width: 100%;
    max-width: device-width;
    background-color: white;
    padding: 20px; 
    position: relative;
    padding-bottom: 100px;
    text-align: center;
} 