* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
   

    color: #000000;
    line-height: 1.6;
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    font-size: 20px;
}

.text-logo  {
    font-size: 30px;
    color: #fc0606;
    font-weight: bold;
    margin-left: 30px;
    padding-right: 10px;

}

.navbar {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    border: #000000 1px solid;
    background-position: center;
    height: 50px;
    background-size: cover;
    padding: 0 12px;
    border-radius: 20px;
}

.nav-item {
    padding: 0 5px;
    margin: 0 6px;
    position: relative;
    list-style: none;
    align-items: left;
}

.nav-item a {
    color: #000000;
    text-decoration: none;
    padding: 8px 12px;
}

.nav-item a:hover {
    background-color: #ff2d2d;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    color: white;
}



.navbar-container {
    margin: 0 auto;
}

.text-logo {
    margin-right: 32px;
    display: flex;
    align-items: center;
}



#welcome-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 110vh;
    text-align: center;

}

#welcome-section h1 {
    font-size: 100px;
    margin-bottom: -10px;

}

#welcome-section h1 p {
    font-size: 50px;
    margin-top: -40px;
}




#welcome-section h1{
    background-color: aliceblue repeat;
    background-size: cover;
    background-position: center;
    color: #000000;
    
}

#welcome-section span {
    color: #ff0000;
}

#welcome-section .subtext {
    font-size: 18px;
    margin-top: 20px;
    color: #333333;
}



#button-container {
    margin-top: 10px;
    border-radius: 50px;


}




.button {
    margin-top: 30px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    border: none;
    
    background-position: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    font-size: 30px;
    color: #fff;
}


#projects-button:hover {

    border-radius: 10px;
    transition: background-color 0.3s ease;
    background-image: radial-gradient(circle, rgba(255, 0, 111, 1) 46%, rgba(204, 0, 0, 1) 100%);
    background-size: cover;
    background-position: center;

    transition: box-shadow 0.3s ease;
    font-size: 26px;
    font-weight: bold;
    color: #fff;

}

#about-button:hover {

    border-radius: 10px;
    transition: background-color 0.3s ease;
    background-size: cover;
    background-position: center;
    transition: box-shadow 0.3s ease;
    font-size: 26px;
    color: #ff0000;
    font-weight: bold;
    
}

#projects-button {
    text-align: center;
    background-image: radial-gradient(circle,rgba(255, 0, 111, 1) 46%, rgba(255, 0, 0, 1) 100%);
}

#about-button {
    margin-right: 20px;
    text-align: center;
    border: #fc0606 1px solid;
    background-color: #f0f0f000;
    color: #ff0000;
}

.container{
    background-color: #f0f0f0;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(as top to bottm red );
}

svg {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    top: 50px;    
    
    
}


.container-content{
    background-color: #ff002b;
    background-size: cover;
    background-position: center;
    padding-bottom: 50px;

}

.container-welcome{
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;

}