html {
    background-color: #e2e2e2;
}
body {
    width: 100vw;
    /*height: 100vh;*/
    background-color: #e2e2e2;
}

.title {
    font-family: "Gloria Hallelujah", cursive;
    font-weight: 800;
    font-style: normal;
    font-size: 1.5rem;
    text-align: center;
}

.text {
    font-family: "Indie Flower", cursive;
    font-weight: 400;
    font-style: normal;
}


.main-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    padding: 10px;
}

.main-item {
    flex-shrink: 1;
    padding: 10px;
    border: 0 none;
    border-radius: 12px;
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
    background-color: #FFFFFF;
    width: 130vh;
    max-width: 100%;
}
