﻿#htt {
    width: 100%;
    height: 100px;
}

#tital {
    position: absolute;
    margin-left: 120px;
    margin-top: 10px;
    width: 80%;
    height: 60px;
    border: solid 1px green;
    text-align: center;
    background-color: darkblue;
}

#cal2 {
    color: white;
    font-size: 40px;
    text-shadow: 5px 5px 5px #9ceb9c;
}

#buton {
    margin-left:30%;
    width:600px;
    height: 30px;
    display: block;
    text-align:center;
}
#Button1 {
    font-size:16px;
    font-weight:bolder;
    color:white;
    background-color:forestgreen; 
}
#imap{
    margin-left:35%;
    margin-top:20px;
    width:  800px;
    height:600px;
    border:  solid 2px blue;
}
#textbox {
    border:solid 2px blue;
    width: 50px;
}
#vid{
position:absolute;
left:60px;
top:150px;
border:solid 2px black;
    height:730px;
    width:400px;

}
#one{
   width: 300px;
    height:200px;
   padding-left:50px;
}
#bb{
    font-weight:bolder;
    background-color:blue;
    color:white;
}
#textx{
    font-size:12px;
    font-weight:bolder;
}