img { 
    height: 100%;
    width: 100%;
    object-fit: contain;
    border: none;
    outline: none;
}

#main {
    height: 800px;
    width: 800px;
    background-color: #242424;
    margin: auto;
    text-align: center;
    border: none;
    outline: none;
}

#sessions {
    color: white;
    font-size: 32px;
    float: left;
}

.times {
    margin:0;
    color: white;
    font-size: 24px;
    text-decoration: none;
}

body { 
    background-color: #242424;
}

#countdown {
    font-size: 50px;
    color: white;
    margin: 0;
}

#tips {
    width: 400px;
    margin-top: -800px;
    float: right;
}

#tipText {
    color: white;
    font-size: 26px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}