body {
    background-color: #000000;
    overflow: hidden;
    margin: 0;
}

h1 {
    font-family: "Times New Roman", Times, serif;
    color: #ffffff;
    transform: scaleY(1.79);
    @media (min-width: 1500px) {
        font-size: 8dvw;
        text-align: unset;
    }
    @media (min-width: 300px) {
        font-size: 3rem;
    }
    @media (min-width: 600px) {
        font-size: 5rem;
    }
    min-width: fit-content;
    width: 100%;

    text-align: center;
}

.centertitle {
    @media (min-width: 1500px) {
        margin-left: 5dvw;
        display: block;
        width: unset;
    }
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
    margin: 0;
    position: absolute;
    top: 45%;
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
}

p {
    text-decoration: none;
    font-size: 5dvh;
    font-family: "Times New Roman", Times, serif;
    color: #ffffff;
    transform: scaleY(1.79);
    margin-top: 0;
}

a {
    padding-right: 5%;
    text-decoration: none;
}

.line {
    @media (min-width: 1500px) {
        width: 70vw;
        justify-content: unset;
    }
    width: 90vw;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}

.line a {
    font-size: 5dvh;
    transition: all 200ms;
}

.line a:hover {
    transform: scale(1.2);
}

.astolfo {
    overflow: hidden;
    @media (min-width: 1500px) {
        position: absolute;
        right: 0;
        bottom: 0;
        margin-right: -5%;
        display: block;
    }
    display: none;
}

.astolfo2 {
    @media (min-width: 1500px) {
        display: none;
    }
    width: 100vw;
    position: absolute;
    bottom: 0;
    margin-right: -5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.astolfo2 img {
    width: 80vw;
}

img {
    overflow: hidden;
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.center {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.center a {
    @media (min-width: 800px) {
        font-size: 1.5rem;
    }
    @media (min-width: 1020px) {
        text-align: unset;
    }
    text-align: center;
    text-decoration: none;
    color: #c720e9;
    font-size: 1rem;
}

.center p {
    @media (min-width: 800px) {
        font-size: 2rem;
    }
    font-size: 1rem;
    margin-top: 10px;
}

.center p > a {
    @media (min-width: 800px) {
        font-size: 2rem;
    }
    font-size: 1rem;
}

.hosting-info {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
    border-radius: 5px;
}

.hosting-info p {
    font-size: 0.8rem;
    margin: 0;
    color: #ffffff;
    transform: none;
}

.hosting-info a {
    color: #c720e9;
    text-decoration: none;
    padding: 0;
}

.hosting-info a:hover {
    text-decoration: underline;
}
