/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 4. 5. 2023, 12:39:16
    Author     : Kuba
*/

.sumbit-btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1.2em;
}

.sumbit-btn:hover {
  background-color: #0062cc;
  cursor: pointer;
}
#logo{
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
}


.nadpis{
    font-size: 400%;
    color: red;
    background-color: green;
    width: 100%;
    text-align: center;
}

nav{
    width:100%;
    background-color: #ccc;
    border:1px solid red;
}

nav li{
    color: green;
    list-style: none;
    display: inline;
}

nav:hover{
   background-color: black;
   cursor: pointer;