body {
    color: #FCDDDD; 
    height: 2000;
    background-image: url('media/bg.png');
    background-size: cover;
    font-family: 'Poppins', sans-serif;
    background-attachment: fixed;
    background-size: 100% 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    padding: 0;
}

.custom-bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgba(169, 169, 169, 0.1), rgba(169, 169, 169, 0.3)); 
    border-top: 1px solid rgba(169, 169, 169, 0.5);
    border-left: 1px solid rgba(169, 169, 169, 0.5);
    border-radius: 15px;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    width: 80%;
    padding: 2em;
    margin-bottom: 2%;
    max-width: 100%;
    word-wrap: break-word;
    min-height: 200px; 
    overflow: hidden; 
}

.container-title-img {
    margin-top: 100px;
}

.text-subtitle {
    font-style: italic;
    color: #FCDDDD;
}

.youtube-video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
}

.youtube-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.btnProjects {
    background-color: rgb(32, 32, 32);
    color: white;
    font-weight: bold;
    border: none;
    width: 200px;
    height: 50px;
    border-radius: 50px;
}

.btnProjects:hover {
    background-color: #282626;
    color: #FCDDDD;
}
