body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}
#panel{
    width: 500px;
    height: 150px;
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    border-radius: 8px 8px 0 0;
}
#lbltitle{
    font-size: 24px;
    font-weight: bold;
    color: darkblue;
    text-align: center;
    margin: 0;
}