.boxes-ab
{
    height: 500px;
    background-color:darksalmon;
    display: flex;
    flex-direction: row;
    justify-content:space-evenly;
    align-items: center;
    /* border: 10px solid red; */
}

.left-box-ab
{
    height: 400px;
    width: 700px;
    /* border: 1px solid  purple; */
}

.right-box-ab
{   
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 400px;
    width: 570px;
    /* border: 1px solid black; */
}

.right-box-ab h1
{
    font-size: 50px;
}

.two-ab
{
    height: 500px;
    width: 800px;
    border-radius: 20px;
}

.about
{
    height: 65px;
    width: 200px;
    background-color: white;
    border-radius: 15px;
    color: black;
    border: none;
    cursor: pointer;
    font-size: large;
    font-family: cursive;
}

