.text-container{
    display: flex;
    justify-content: center;
    text-align: center;
    height: 300px;
}

.form-js{
    width: 100%;
}

.left-text {
    padding-right: 10px;
    border-right: solid;
    border-width: 2px;
    display: grid;
    align-items: center;
    width: 50%;
}

.right-text{
    display: flex;
    flex-direction: column;
    width: 50%;
}

.top-right-text{
    border-bottom: solid;
    border-width: 2px;
    display: grid;
    align-items: center;
    height: 50%;
    text-decoration: none;
    color: black;
}

.bottom-right-text{
    display: grid;
    border-width: 4px;
    height: 50%;
}