* {
    margin: 0;
    padding: 0;
}

#background{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

p{
    margin: 0;
    padding: 0;
    color: white;
    font-size: 24px;
}

#time{
    font-size: 15vh;
    margin: 1vw;
    text-align: center;
}

#whether{
    font-size: 5vh;
    margin: 1vw;
    text-align: center;
}

.gloss{
    position: relative;    
    font-family: Public Sans, sans-serif;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    margin-left: 50%;
    margin-top: 20px;
    transform: translateX(-50%);
}

#joke-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-left: 180px;
    width: 250px;
    height: fit-content;
}

h2{
    font-size: 5vh;
    margin: 1vw;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px;
    border-radius: 15px;
}

h3{
    font-size: 3.5vh;
    margin: 1vw;
    text-align: center;
}