.timeline {
    background-color: #000;
    width: 20px;
    height: 2500px;
    margin: auto;
    margin-top: 100px;
}
h1 {
    font-size: 38px;
    font-weight: bold;
    padding-top: 20px;
}
.left-column {
    width: 15%;
}
.middle-column {
    padding-top: 100px;
    width: 52%;
}
.right-column {
    width: 33%;
}
.mainflag {
    height: 100px;
}
.highest-row {
    height: 200px;
}
img {
    margin: auto;
}
.maininfo {
    font-size: 35px;
}
.datebubble {
    position: absolute;
    height: 150px;
    width: 150px;
    background-color: #FFF;
    border-radius: 50%;
    transform: translate(-65px, 0);
}
.dateinbubble {
    position: absolute;
    width: inherit;
    height: inherit;
    text-align: center;
    margin-top: 40px;
    font-size: 45px;
    font-weight: bold;
}
.austrian-flag {
    width: 150px !important;
}
.hungarian-flag {
    width: 200px !important;
}
.czech-flag {
    width: 150px !important;
}
.german-flag {
    width: 166.67px !important;
}
.italy-flag {
    width: 150px !important;
}
.polish-flag {
    width: 160px !important;
}
.transfdown{
    transform: translate(0px,-170px);
}
.right-column img {
    display: block;
    width: 450px;
    max-height: 400px;
    margin-top: 20px;
}