@font-face {
            font-family: 'PoppinsBold';
            src: url("../fonts/Poppins-Bold.ttf")
            format('truetype'), 
        }
        body {
            font-family: PoppinsBold, Arial, Helvetica, sans-serif;
            font-size: 5vw;
            margin: 0px;
            width:1080px;
            height:1920px;
            /*height: calc(100vw * 16 / 9);*/
            /*display: flex;*/
            background-image:url("../images/AREA_071_black_screen@2x.png");    
            background-size: cover;
            background-repeat: no-repeat;
            
        }
        #mainContainer{
            color:white;
            padding:25vw 6vw 0px 6vw;
            /*height:100%;*/ 
            /*height: calc(100vw * 16 / 9);*/
            

            /*background-attachment: fixed;
            background-position: center;*/
        }
        h1{
            font-size:280%;
            margin:0px;
        }
        .calendar-items{
            list-style: none;
            margin:0px;
            padding:0px;
            font-size: 65%;
        }
        .calendar-items > li{
            border-top:solid white 2px;
            display: flex; 
            justify-content: space-between;
            padding-top:10px;
            padding-bottom:5px;
        }
        .content-items-left{
            max-width: 59vw;
            line-height: 53px;
            display: inline-block;
        }
        .content-items-left > span{
            max-width: 59vw;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
        }
        .content-items-right{}
        .item-start-time{
            text-align:right;
            display: inline-block; 
            float: right;
        }
        .item-location{
            margin-top: -17px;
            padding-bottom:20px;
            font-size:70%;
            text-align: right;
            display: inline-block; 
            float: right;
            clear:both;
        }
        .last-line{
            border-top:solid white 2px;
            display: flex; 
            justify-content: space-between;
            padding-top:10px;
            padding-bottom:5px;
        }