*{
    padding: 0px;
    margin: 0px;
}
body{
   background-image: url(kontakt1.jfif);
   background-size: cover;
   
    
   
}
@font-face {
    font-family: Cutecouple;
    src: url(CUTE\ COUPLE\ Regular.ttf);
}
.nav{
    font-family: Cutecouple;
    margin-left: 300px;
    margin-right: auto;
    padding: 0px;
    list-style: none;
    font-size: 20px;
    text-align: center;
}

.nav ul{
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    list-style: none;
    text-align: center;
    
}
.nav ul li{
    float: left;
    width: 250px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    opacity: .8;
    font-weight: bold;
    margin-right: 5px;
    margin-left: 20px;
    
}
.nav ul li a{
    
    text-decoration: none;
    color: yellow;
    display: block;
}
.nav ul li ul li{
    
   display: none;   
   margin-left: auto;
}

.nav ul li:hover ul li{
    display: block;
}

ul li a:hover{
    transform: scale(1.1);
    color: green;
    letter-spacing: 5px;
    box-shadow: 1px 1px 1px silver;  
}

.forma{
    background-image: url(kontakt3.jfif);
    background-size: cover;
    width: 600px;
    height: 600px;
    text-align: center;
    margin-left: 33%;
    margin-top: 70px;
} 
.forma .input1{
    width: 200px;
    height: 20px;
    text-transform: uppercase;
    border-radius: 20px;
    background-color: black;
    color: white;
}  
.forma .text{
    border-radius: 20px;
    border: 1px dotted black;
}
.forma .input2{
    width: 200px;
    height: 20px;
    text-transform: uppercase;
    border-radius: 20px;
    background-color: black;
    color: white;
}  
.forma .input3{
    width: 200px;
    height: 20px;
    letter-spacing: 8px;
    text-transform: uppercase;
    border-radius: 20px;
    background-color: green;
    color: white;
}  
