body {
    margin: 0;
    padding: 0;
}

.wrapper {
    width: 100%;
    height: 100%;
    
    text-align: center;
}


.title {
    margin-bottom: 25px;
    font-size: 26px;
    text-align: center;
    color: #005C97;
    font-weight: 600;
    font-family: sans-serif;
}

.time {
    color: #005C97;
    font-size: 26px;
    margin: 25px 0;
}

.num {
  display: inline-block;
    font-size: 50px;
    color: rgba(255, 255, 255, .9);
    letter-spacing: 5px;
    background: #00b9e5;
    padding: 15px 10px 10px 10px;
    border-radius: 10px;
    height: 50px;
    text-shadow: 2px 2px 5px #000;
}

iframe {
    width: 100%;
    height: 60vh;
    margin-top: 10px;
}


.sps {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 25px 0;
}

.sps li {
    display: flex;
    justify-content: center;
    color: #005C97;
    font-size: 24px;
    font-style: italic;
    margin: 10px 25px;
}

.rowsss {
    width: 50%;
    text-align: left;
    padding-left: 8%;
}

.sps li span {
    color: red;
}