@font-face {
    font-family: 'CREABBRG';
    src: url('CREABBB_.TTF');
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background: black url('../img/pilchiquichoc_fondo.jpg') no-repeat fixed top;
    font-family: 'CREABBRG', sans-serif;
}

.content {
    position: absolute;
    bottom: 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.album {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.button {
    margin-top: 50px;
    padding: 10px 20px;
    background-color: #52281d;
    color: white;
    border: none;
    border-radius: 30px;
    font-size: 40px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.stamp img {
    width: 20vw;
    height: auto;
    border-radius: 50px;
    margin: 2.5vh 2.5vw;
}

a
{
    text-decoration: none;
}

.message {
    color: black;
    font-size: 30px;
    background-color:white;
    border: black 5px solid;
    border-radius: 15px;
}

.content-message {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
}