.container{
    background-color: black;
    
}

ul{
    padding:15px;
    border:1px solid white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    gap: 100px;

}
ul li{
    list-style: none;
}
ul li a{
    font-size: 20px;
    font-weight: 1000;
    text-decoration: none;
    text-transform: uppercase;
    color:white;
    padding: 15px;
    transition: 0.5 ease;
}
ul:hover{
    border:1px solid #f46b30;

}
ul:hover li a {
    color:#f46b30;
   
}
ul:hover li a:not(:hover){
    color:white;
    opacity:0.3;
}  
.titulo{
    text-align: center;
} 
.flex-wrap{
    position: fixed;
    bottom: 0;
    width: 100%;
    align-self: flex-end;
}
.imagen{
    border-radius: 50px;
}
.col-12{
    color:yellow
}
.imagen{
    margin-top: 80px;
    padding: 10px; 
    margin: 40px; 
    border: 2px solid black; 
    float: left; 
    width: 500px; 
}

.parrafo{
    margin-top: 80px;
    padding: 60px; 
    margin: 40px; 
    border: 2px solid black; 
    float: right; 
    width: 500px; 
    color:yellow
}


