#maindiv {
    display: flex;
    justify-content: center;
    
}
#div1
{
    width: 50%;
    height: 600px;
    /* border: 2px solid black; */
}
#div2
{
     width: 50%;
    height: 600px;
    /* border: 2px solid black; */
}
#image {
    height: 400px;
    width: 500px;
    margin-top: 50px;
    margin-left: 60px;
    border-radius: 10px;
}

.albu {
    height: 40px;
    width: 150px;
    border:  2px solid rgb(0, 110, 255);
    background-color: white;
}
.albu:active {
    height: 50px;
}

#bu {
    text-align: center;
    margin-top: 100px;
}

#txtdiv  {
    height: 100px;
    margin-top: 20px;
    width: 455px;
    border: 6px solid black;
    margin-left: 123px;
    border-radius: 20px;
}


