.technical-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: solid;
    height: 300px;
    width: 250px;
    
}
.technical-events-container{
    margin-top: 20px;

    
}
.technical-info-img img{
    object-fit: contain;

}
.technical-info-box{
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    width:250px;    
}
body{
    background-color: black;
    background-size: cover;
    background-position: center;
}