@font-face {
    font-family: 'Hurricane';
    src: url('Hurricane-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #f4f4f4;
}
.image-container {
    position: relative;
    width: 100%;
}
.image {
    width: 100%;
    height: auto;
    display: block;
}
.music-button {
    position: absolute;
    background-color: transparent;
    border: none;
    top: 94.3%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    padding: 5vw 7vw;
    cursor:pointer;
}
.guest-text {
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    font-size: 6.5vw; /* Ajuste dinámico del tamaño del texto */
    white-space: nowrap; /* Evita que los nombres se vayan a otra línea */
    max-width: 90%; /* Para evitar que el texto se salga de la imagen */
    border-radius: 10px;
    font-family: 'Hurricane', sans-serif;
}
.countdown-wrapper {
    background-color: transparent !important;
    position: absolute;
    color:#ca7c54;
    top: 76%; /* Adjust as needed */
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10; /* Makes sure it's above the image */
    pointer-events: none; /* Prevents clicks on share buttons */
}
.time-value {
    font-size: 8vw; / /* Ajuste dinámico del tamaño del texto */
}
.time-label {
    font-size: 2.7vw; / /* Ajuste dinámico del tamaño del texto */
}
.place-button {
    position: absolute;
    background-color: transparent;
    border: none;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    padding: 3vw 14vw;
    cursor:pointer;
}
.confirm-button {
    position: absolute;
    background-color: transparent;
    border: none;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    padding: 5vw 20vw;
    cursor:pointer;
}
