body {
    background-color: #e7dfdd;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
}

.loading-img, .ontainer {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-img img {
    width: 80%;
}

#content {
    display: none;
}

.light-top {
    width: 100%;
    position: absolute;
    top: -30px;
}

.light-bottom {
    width: 100%;
    position: absolute;
    bottom: -30px;
}

.btn-start {
    background: #ff23d3ba;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.5rem;
    border-radius: 10px;
    border: none;
}

#contentItem {
    display: none;
}

.message { 
    padding: 50px;
    /* display: none; */
}

.message p {
    font-family: Zizawar;
    font-size: 1rem;
    color: #C4515C;
    text-shadow: 2px 2px 2px #FFF;
    display: none;
    font-weight: 600;
}