:root{
    background: rgb(223, 223, 223);
}
.navbar{
    background: black;
}

.navbar-item{
    color: white;
}

.navbar-item:hover{
    background: gray  !important;
    border-radius: 20% !important;
    transition: all 0.5s ease-in-out !important;
}

.history-container{
margin: 5%;
}
.image-container{
    width: 50vw !important;
    margin: 3vw;
}
@keyframes appear{
    from{
        opacity: 0;
        scale: 0.5;
    }
    to{
        opacity: 1;
        scale: 1;
    }
}

.element-bibliografy{
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0 cover 20%;
    
    margin: 0px 10px 0px 10px;
}

.container {
    display: flex;
    flex-wrap: wrap; 
    gap: 10px; 
    padding: 20px;
    border-radius: 15px;
    box-sizing: border-box; 
}

.column {
    display: flex;
    flex-direction: column; 
    gap: 10px;
    flex-grow: 1;
}

.box {
    border: 2px solid black;
    border-radius: 15px;
    background: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);

}
p{
    color: black !important;
}
li{
    color: black;
}
h1{
    color: black !important;
    margin-top: 10px;
}

.small {
    min-height: 50px;
    word-wrap: break-word;
    padding: 10px;
}

.large {
    flex-basis: 30%; 
}

.image-container {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
