html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif;
    width: 100%;
    height: 99vh;
    background: #ebf7ff;
}
.syndicplus__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.bykamency {
    text-decoration: none;
    color: #090338;
}

.kamencylogo {
    height: 20px;
    margin: 0 5px 0 2px;
    object-fit: cover;
    width: 45px;
}
