.search-container
{
    text-align: center;
}

#search-button
{
    width: 50%;
    height: 25px;
    padding: 5px;
    border-radius: 20px;
    margin-top: 50px;
}

.search-button
{
    position: relative;
    left: -40px;
    padding: 8px;
    background-color: powderblue;
    border-radius: 50%;
    border: none;
    font-size: 12px;
}

.divmain
{
    display: flex;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    justify-content: space-evenly;
    margin-top: 50px;
}

.diva1
{
    display: flex;
}

.sb
{
    background-color: darkgoldenrod;
    width: 15px;
    height: 60px;
}

.sb1
{
    background-color: darkgoldenrod;
    width: 15px;
    height: 60px;
}

.sb2
{
    background-color: darkgoldenrod;
    width: 15px;
    height: 60px;
}

.sb3
{
    background-color: darkgoldenrod;
    width: 15px;
    height: 60px;
}

.sb4
{
    background-color: darkgoldenrod;
    width: 15px;
    height: 60px;
}


.div5
{
    border-radius: 0px 15px 15px 15px;
    width: 150px;
    height: 100px;
    position: relative;
    font-weight: bold;
    background-color: white;
    box-shadow: 1px 1px 1px 1px;
}

#msg,#msg1,#msg2,#msg3,#msg4,#msg5,#msg6,#msg7,#msg8
{
    text-align: center;
    margin-top: 5px;
}

.para
{
    margin-left: 7px;
}