#app {
    font-size: 35px;
}

body, html {
    max-height: 100%;
    margin: 0;
}

body {
    padding: 20px;
}

.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
}

.modal-content {
    margin: auto;
}
