.main-section > .container
{
    display: flex;
    height: auto;
    width: 40%;
    justify-content: flex-start;
    align-items: center;
    align-self: flex-start;
    flex-direction: column;
    margin-top: 150px;
}
.footer {
    position: relative;
}

.main-section > .container .cata-card {
    margin-bottom: 50px;
}


.card-title p
{
    font-size: 1.5em;
}

.special-area
{
    display: flex;
    justify-content: center;
    flex-flow: row;
}

.special-area input {
    margin-right: 50px;
}

.analysis
{
    margin-bottom: 0px !important;
    margin-left: 20px; 
    color: #ffffff;
}

#components
{
    margin-top: 40px;
}