body{
margin:0;
background:url('desktop-background-pattern-wallpaper-23277.jpg');
width:100%;
}

#una{
width:50%;
align:center;
}

td{
padding:2%;
}

#title img{
width:60%;
}

h1{
color:skyblue;
}

table{
font-family:Trebuchet MS;
font-size:150%;
margin-top:10px;
border-radius:10px; 
background-color:white;
color:black;
opacity:0.9;
overflow:hidden;
padding:6%;
margin-bottom:5%;
}

#sub{
float:right;
border-radius:5px; 
background-color:skyblue;
width:20%;
height:10%;
color:white;
font-size:20px;
border:0;
margin-right:2%;
}

#sub:hover{
background-color:white;
color:skyblue;
}

#add{
width:94.5%;
}

input{
border-radius:5px; 
border:1px solid skyblue;
color:black;
width:100%;
font-size:120%;
}

b{
color:blue;
text-decoration:none;
}

b:hover{
text-decoration:underline;
}

#liit {
font-size:70%;
}

#baba{
text-align:center;
}

@media screen and (max-width:800px)
{
table{
font-size:100%;
}

#sub{
width:100%;
margin-bottom:2%;
}

#una{
width:90%;
}

body 
{
font-size:1em;
}