.search-container{
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
    flex-direction: column;
}

.info-text {
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
    flex-direction: column;

    h2 {
        font-family: 'Inter', sans-serif;
        color: #012061;
        font-size: 1.5rem;
        font-weight: 600;
        margin: 0;
        line-height: 1;
    }
    p {
        font-family: 'Inter', sans-serif;
        color: #002062;
        font-size: 1rem;
        font-weight: 400;
        margin: 0;
        line-height: 1;
    }
}

.smiles-search {
    input {
        padding: 0.5rem;
        font-size: 1rem;
        border: 1px solid #002062;
        border-radius: 5px;
        margin: 0.5rem 0;
    }
    button {
        padding: 0.5rem 1rem;
        font-size: 1rem;
        border: 1px solid #002062;
        border-radius: 5px;
        background-color: #002062;
        color: #fff;
        cursor: pointer;
    }
}

.molecule-draw {
    min-width: 380px;
    min-height: 340px;
}