* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Trebuchet MS', sans-serif;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #000000;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.container {
    text-align: center;
    color: rgb(0, 0, 0);
    margin-bottom: 50px;
}

h1 {
    font-size: 100px;
    margin-bottom: 2px;
    font-weight: bold;
    font-family: 'Trebuchet MS', sans-serif;
    font-style: impact;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.underline {
    border: none;
    width: 750px;
    height: 6px;
    background-color: #000000;
  	border-radius: 15px;
    margin: auto;
    margin-bottom: 20px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

p {
    font-size: 20px;
    margin-bottom: 20px;
    font-family: 'Trebuchet MS', sans-serif;
    font-style: impact;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.timeline {
    width: 160px;
    height: auto;
    background: transparent;
    position: relative;
}

.logo-container {
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: 0;
}

.Aurutus_GmbH_Logo {
    width: 200px;
    height: auto;
    margin-right: 15px;
    margin-bottom: 15px;
}

.copyright {
    font-size: 15px;
    font-family: 'Trebuchet MS', sans-serif;
    color: #000000;
  	text-decoration: none;
    font-weight: bold;
    font-style: impact;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.outer {
    width: 160px;
    height: auto;
    border-radius: 50%;
    box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
        -6px -6px 10px -1px rgba(0, 0, 0, 0.7);
    padding: 20px;
}

.inner {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2),
        inset -4px -4px 6px -1px rgba(0, 0, 0, 0.7),
        -0.5px -0.5px 0px rgb(0, 0, 0),
        0.5px 0.5px 0px rgba(0, 0, 0, 0.15),
        0px 12px 10px rgba(0, 0, 0, 0.05);
}

#number {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Trebuchet MS', sans-serif;
    font-style: impact;
    color: #000000;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

circle {
    fill: none;
    stroke: url(#GradientColor);
    stroke-width: 20px;
    stroke-dasharray: 472px;
    stroke-dashoffset: 472px;
    animation: anim 1s linear forwards;
}

svg {
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes anim {
    100% {
        stroke-dashoffset: 230;
    }
}

#reloadButton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    background-color: #b9c9d4;
    border: 1px solid #000;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Trebuchet MS', sans-serif;
    font-style: impact;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
}

#reloadButton:hover {
    background-color: #000;
    color: #fafafa;
}
#reloadButton:img {
    width: 3px; 
    height: 30px;
    margin-right: 5px;
}

@media only screen and (max-width: 500px) {
    .container {
        text-align: center;
        color: rgb(0, 0, 0);
        margin-bottom: 120px;
    }
    h1 {
        font-size: 45px;
        margin-bottom: 2px;
        font-weight: bold;
        font-family: 'Trebuchet MS', sans-serif;
        font-style: impact;
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    }
    .underline {
        border: none;
        width: 350px;
        height: 4px;
        background-color: #000000;
        margin: auto;
        margin-bottom: 10px;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    }
    p {
        font-size: 18px;
        margin-bottom: 20px;
        font-family: 'Trebuchet MS', sans-serif;
        font-style: impact;
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    }
    .logo-container {
        position: absolute;
        bottom: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        left: 0px;
    }
    
    .Aurutus_GmbH_Logo {
        width: 130px;
        height: auto;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .copyright {
        font-size: 10px;
        font-family: 'Trebuchet MS', sans-serif;
        color: #000000;
        font-weight: bold;
        font-style: impact;
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    }
    #reloadButton {
        position: fixed;
        bottom: 65px;
        right: 15px;
        padding:5px 5px 5px 5px;
        background-color: #b9c9d4;
        border: 1px solid #000;
        border-radius: 5px;
        cursor: pointer;
        font-size: 15px;
        font-weight: bold;
        font-family: 'Trebuchet MS', sans-serif;
        font-style: impact;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
        display: flex;
        align-items: center;
    }

    #reloadButton img {
        width: 22px; 
        height: 20px; 
        margin-right: 5px;
    }
}

@media only screen and (min-width: 501px) and (max-width: 1024px) {
    .container {
        text-align: center;
        color: rgb(0, 0, 0);
        margin-bottom: 120px;
    }
    h1 {
        font-size: 65px;
        margin-bottom: 2px;
        font-weight: bold;
        font-family: 'Trebuchet MS', sans-serif;
        font-style: impact;
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    }
    .underline {
        border: none;
        width: 490px;
        height: 4px;
        background-color: #000000;
        margin: auto;
        margin-bottom: 10px;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    }
    p {
        font-size: 20px;
        margin-bottom: 20px;
        font-family: 'Trebuchet MS', sans-serif;
        font-style: impact;
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    }
    .logo-container {
        position: absolute;
        bottom: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        left: 0px;
    }
    
    .Aurutus_GmbH_Logo {
        width: 170px;
        height: auto;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .copyright {
        font-size: 10px;
        font-family: 'Trebuchet MS', sans-serif;
        color: #000000;
        font-weight: bold;
        font-style: impact;
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    }
    #reloadButton {
        position: fixed;
        bottom: 35px;
        right: 25px;
        padding:7px 7px 7px 7px;
        background-color: #b9c9d4;
        border: 1px solid #000;
        border-radius: 5px;
        cursor: pointer;
        font-size: 15px;
        font-weight: bold;
        font-family: 'Trebuchet MS', sans-serif;
        font-style: impact;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
        display: flex;
        align-items: center;
    }

    #reloadButton img {
        width: 22px;
        height: 20px;
        margin-right: 5px;
    }
}
