header{
    background-color: lightblue ;
    letter-spacing: 0.1cm;
    padding: 2% ;
    font-variant: small-caps ;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: small;
    background-image: url("Untitled.jpg") ;
    background-repeat: no-repeat;
    background-size: 150px 150px;

}
header h1{
    margin-left: 150px ;
}
img{
    width: 100px;
}
footer{

    background-color: lightblue;
    border-top:2px solid green ;/*dotted, dashed, double*/
    border-bottom: 2px solid green ;
    border-right: 2px solid green ;
    padding:1% ;
    text-align: center;
    margin-top:10px;
    bottom: 0;
    left: 0;
    width: 100%;
}
section#osa1{/*osa1-можно писать без section если есть определенный id*/
    /*display: inline-block;*//*Фиксирование в одну строку*/
    border-left: 1px double turquoise;
    border-right: 1px double turquoise;
    width: 50%;
    border-radius: 30px;
    padding: 1%;
    text-align: center;

}
section#osa2{/*osa2-можно писать без section если есть определенный id*/
    /*display: inline-block;*//*Фиксирование в одну строку*/
    border-left: 2px double turquoise;
    border-right: 2px double turquoise;
    width: 10%;
    border-radius: 30px;
    padding: 1%;
    text-align: center;

}


#osa1 h2{
    text-align: center;
    background-color: skyblue;
    color: Blue;
    font-size: large;
    font-weight: bold;
    border-radius: 30px;
}
#osa1 div{
    padding : 1%;
    text-align: center;
    background-color: skyblue;
}
#osa2 h2{
    text-align: center;
    background-color: skyblue;
    color: Blue;
    font-size: large;
    font-weight: bold;
    border-radius: 30px;
}
nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: skyblue;
    overflow: hidden;/* peidetud скрытый элемент если ссылка длинная*/
}
nav ul li{
    float: left;
    border-radius: 60px;
    border-left: 2px dotted skyblue;
    border-right: 2px dotted skyblue;
}
nav ul li a{
    display: block;
    color: black;
    text-align: center;
    padding: 10px;
    font-variant: small-caps ;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-decoration: none;
}
nav ul li a:hover{ /*fookuses-- hiir on peal*/
    background-color: deepskyblue;
}
#teemad{
    display: inline-block;
    text-decoration: none;
    float: left;
}
#teemad h2{
    font-size: medium;
}
#lingid{
    display: inline-block;

    padding-left: 150px;


}
#lingid h2{


}
#mina{
    font-size: x-large;
    font-weight: bold;
}
#morph  {
    width: 50%;
}
#video{
    width: 5%;
    height: 10%;
}






