@font-face {
    font-family: 'RammettoOneTimer';
    src: url('../font.ttf');
}

html {
    font-family: 'RammettoOneTimer';
    /* font-size: 4vw; */
}

body {
    background-color: #ffe0c0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.background {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 90%;
    aspect-ratio: calc(1/1.756);
    background: url('../img/background_invite.png') center no-repeat;
    background-size: contain;
    filter: drop-shadow(0 0 20px #0004);
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    top: 40%;
    bottom: 0;
    height: 50%;
    padding: 0 5%;
    font-size: 3vh;
    text-align: center;
}

.content .buttons {
    display: flex;
    justify-content: space-around;
    height: 100%;
    align-items: stretch;
}

.content .buttons img {
    width: 100%;
    height: 100%;
}

.content .buttons a {
    text-align: center;
}