body {
    /* font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif; */
    font-family: serif, 'Times New Roman', Times;
    max-width: 670px;
    width: 100%;
    height: calc(100vh - 20px);
    margin: 10px auto;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: linear-gradient(20deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.2)), url("../images/bg1.jpg") no-repeat center center fixed; */
    background: linear-gradient(20deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.2)), url("../images/bg1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* animation: animate 8s ease-in-out infinite; */
}



.container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.title {
    text-align: center;
}

.logo {
    border-radius: 0%;
    max-width: 230px;
    max-height: 260px;
    background-color: #fff;
}

.logo-placeholder {
    padding: 5px;
    text-align: center;
}

.content {
    padding: 0 20px 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
