@font-face {
    font-family: 'Gilroy Light';
    src: url('./font/Gilroy-Light.otf') format('opentype');
}
html, body {
    height: 100%;
}
body {
    background-color: #8D45D7;
    text-align: center;
    color: white;
    margin: 0;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    font-family: 'Gilroy Light';
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
input{
    background: transparent;
    border: 0px;
    font-size: 5rem;
    color: white;
    width: 100%;
    text-align: center;
}
button {
    color: white;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: 0px;
    height: 25%;
}
p{
    margin: 20px;
}
.page{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.button-with-image {
    width: 40%;
    height: 10%;
    background-image: url('./pngs/botäo.png');
}
.invisible-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    cursor: pointer;
}
.bottom{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: fixed;
    bottom: 5rem;
    width: 95%;
}
