/****** PLACE YOUR CUSTOM STYLES HERE ******/

.nav-logo {
    color: white;
    font-size: 20px;
}

.nav-logo:hover {
    color: white;
    text-shadow: 0px 0px 10px rgba(134,248,252,0.8);
}

.profile-image {
    border-radius: 20%;
    border: 3px solid black;
    width: 116px;
    height: 116px; 
}

.countdown-text {
    font-size: 40px;
    line-height: 48px;
}