/* Container for title and image */
.title-container {
    display: flex;
    justify-content: center;
    padding-bottom: 0px;
}

.main-container {
    background-color: #5BCEFA;
    color: white;
    padding: 0px;
}

#btn-Main{
    cursor: pointer;
    background-color: transparent;
    border-color: black;
    height: 30px;
    width: 120px;
    color: black;
    font-size: 14px;
}

#countdown {
    text-align: center;
    font-size: 60px;
}

#time {
    color: red;
}


#rectangle {
    width: 400px;
    height: 100px;
    background-color: black;
    font-size: 50px;
    color: white;
    text-align: center;
    line-height: 100px;
    margin: auto;
}

#big-text {
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
  }