body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-image: url("/durmmusic.svg");
    background-repeat: no-repeat;
    background-size: cover;
}
.header {
    display: flex;
    height: 100%;
    line-height: 1.75;
}
.container {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.5;
    margin: 0 auto;
    padding: 5%;
}
.calendar-container {
    position: relative;
}
h1 {
    font-size: 29px;
    font-weight: 300;
}

.title {
    margin-bottom: 4px;
    position: absolute;
    top: 10%;
    left: 20%;
    width:50%

}

img {
    max-width: 100%;
    height: auto;
}

.footer {
    position: absolute;
    top:75%;
}
button {
    font-family: "JetBrains Mono", Inter, system-ui, sans-serif;
    background-color: rgba(25, 25, 28, 0.5);
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
}

button:hover {
    background-image: radial-gradient(
            farthest-corner at 77% 83%,
            rgba(1, 197, 245, 0.5) 2%,
            rgba(1, 126, 254, 0.5) 28%,
            rgba(25, 25, 28, 0) 70%
    );
    border: 1px solid rgba(76, 166, 255, 0.2);
    background-clip: padding-box;
}

.technologies {
    margin-bottom: 6px;
    align-self: center;
}

.technologies img {
    max-width: fit-content;
}


@media (max-width: 875px) {

    .logo {
        margin-top: 10px;
    }

    .title {
        margin-bottom: 30px;
    }

    .counter {
        flex-direction: column;
        padding: 0;
        margin-bottom: 0;
    }

    .counter-info {
        width: 100%;
        height: 300px;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .counter-interaction {
        display: flex;
        flex-direction: row;
        height: auto;
        width: auto;
    }

    .counter-interaction button {
        width: 47%;
        height: 100px;
        margin-right: 0;
        margin-bottom: 15px;
    }
}
