@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&family=SUSE:wght@100..800&display=swap');

body {
    font-family: "Geologica", sans-serif;
    background-color: #222222;
    color: white;
    width: 100%;
    margin: 0;
    padding: 12px;
    box-sizing: border-box;

    background: #56005c;
    background-image: linear-gradient(#ffffff08 .1em, transparent .1em), linear-gradient(90deg, #ffffff08 .1em, transparent .1em);
    background-size: 4em 4em;
}

.countdown {
    font-family: "Geologica", sans-serif;
    margin-top: 10px;
    font-size: 18px;
}

#countdown-button {
    font-family: "Geologica", sans-serif;
    background-color: rgb(136, 45, 255);
    border: none;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    color: white;
    padding: 7px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 70px;
}

#event-select {
    font-family: "Geologica", sans-serif;
    background-color: rgb(136, 45, 255);
    border: none;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    color: white;
    padding: 10px;
    width: 300px;
}

#fp {
    margin: 25px;
}

#or {
    margin-top: 25px;
}

#custom-date {
    font-family: "Geologica", sans-serif;
    background-color: rgb(136, 45, 255);
    border: none;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    color: white;
    padding: 10px;
    width: 275px;
    margin-top: -20px;
}


#refresh-button {
    font-family: "Geologica", sans-serif;
    background-color: #882dff;
    border: none;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    color: white;
    padding: 7px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 100px;
}

#timecount {
    display: flex;
    justify-content: center;
    display: none;
}

#day, #hour, #minute, #second {
    width: 135px;
    height: 110px;
    background-color: #882dff;
    margin: 10px;
    outline: none;
    border-radius: 4px;
    font-size: 50px;
    padding-top: 0px;
}

#tday, #thour, #tminute, #tsecond {
    margin-top: 25px;
}

.textintc {
    font-size: 16px;
    margin-top: -12px;
}

#author {
    margin-top: 60px;
    font-size: 10px;
}

.linkauthor {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 20px;
    text-align: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.596); 
    font-size: 8px; 
    text-decoration: none;
}

@media (max-width: 600px) {
    .countdown {
        font-family: "Geologica", sans-serif;
        margin-top: 10px;
        font-size: 18px;
    }
    
    #countdown-button {
        font-family: "Geologica", sans-serif;
        background-color: rgb(136, 45, 255);
        border: none;
        border-radius: 4px;
        outline: none;
        cursor: pointer;
        color: white;
        padding: 7px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 70px;
    }
    
    #event-select {
        font-family: "Geologica", sans-serif;
        background-color: rgb(136, 45, 255);
        border: none;
        border-radius: 4px;
        outline: none;
        cursor: pointer;
        color: white;
        padding: 10px;
        width: 300px;
    }
    
    
    #refresh-button {
        font-family: "Geologica", sans-serif;
        background-color: #882dff;
        border: none;
        border-radius: 4px;
        outline: none;
        cursor: pointer;
        color: white;
        padding: 7px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 100px;
    }
    
    #timecount {
        display: flex;
        justify-content: center;
        display: none;
    }
    
    #day, #hour, #minute, #second {
        width: 80px;
        height: 60px;
        background-color: #882dff;
        margin: 10px;
        outline: none;
        border-radius: 4px;
        font-size: 24px;
        padding-top: 0px;
    }
    
    #tday, #thour, #tminute, #tsecond {
        margin-top: 16px;
    }
    
    .textintc {
        font-size: 14px;
        margin-top: 0px;
    }
}
