
.object-container {
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.object-card {
    width: 30rem;
}

.object-card-content {
    text-align: justify;
}

.custom-section {
    padding-top: 5rem;
}

.custom-intro-area {
    margin-top: 2rem;
}

.custom-connect-link {
    margin-right: 2rem;
}

html, body {
    height: 100%;
}

.custom-disabled {
    color: grey;
    pointer-events: none;
}

