*{
    margin: 0;
    padding: 0;
}
.timeBox{
    padding: 10px;
    background: #115999;
    color: white;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px
}

.timeBox2{
    padding: 10px;
    background: #c31c1c;
    color: white;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px
}
.contentBox{
    width: 80vw;
    display: flex;
    justify-content: space-between;
    height: 100vh;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}
.itemBox{
    display: flex;
    background: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
    align-items: center;
    height: 30%;
    margin: 10px 0;
}
.itemBox2{
    display: flex;
    background: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
    align-items: center;
    margin: 10px 0;
}