.website{
    background-color: black;
    color: white;
    font-family: 'verdana';
    text-align: center;
}

.title{
    font-size: 28px;
    color: red;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 10px;
}

/* Style Sheet Specific Below */

.other{
    font-size: 24px;
    color: white;
    display: block;
    width: fit-content;
    margin: 5px auto;
}

.gif{
    margin: 25px 0;
}

.clock {
    font-family: verdana, sans-serif;
    font-size: 12px;
    color: white;
    margin: 0;
}

.iotd-label {
    font-family: verdana, sans-serif;
    font-size: 11px;
    color: white;
    margin: 16px 0 8px 0;
}

.iotd-img {
    max-width: 180px;
    height: auto;
    border-radius: 6px;
    border: 2px solid #ddd;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

#iotd-link {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

#iotd-link:hover .iotd-img {
    border-color: #888;
}