
        body {
            background-color: rgb(198, 212, 237);
            text-align: center;

        }
       
        .logowanie {
            background-color: white;
            text-align: center;
            padding: 20px;
            
            padding-top: 100px;
            margin: 0 auto;
            border-radius: 15px;
            width: 400px;
            height: 400px;
            
            perspective: 30px;
            box-shadow: 10px 10px 10px rgba(0, 0, 0 , 0.5);
            border-color: black;
           

        }
        .przyciski {
            background-color: green;
            text-align: center;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 15px;
            padding-right: 15px;
            font-size: 20px;
            width: 100px;
            height: 30px;
            border-radius: 30px;
            font-family: 'Times New Roman', Times, serif;
            color: white;
            cursor: pointer;
            border-color: green;
            outline: none;
            text-decoration: none;
            margin-top: 40px;
            
        }
         .przyciski:hover {
            background-color: rgb(4, 85, 4);
        }
        .okno {
            
            background-color: transparent;
            text-align: center;
            padding-top: 10px;
            padding-bottom: 10px;
            font-size: 18px;
            width: 150px;
            height: 10px;
            border-radius: 2px;
            font-family: 'Times New Roman', Times, serif;
            border: 2px solid rgb(230, 230, 230) !important;
            cursor: pointer;
            
            
            
            
        }
        .okno:hover {
            
            border-radius: 2px;
            border-color: black;
        }
        .okno:focus {
            
            border-radius: 4px;
            border-color: black;
        }
        
        .przyciski:active {
            background-color: rgb(50, 125, 50);
        }
        footer {
            position: absolute;
            bottom: 20px;
        }
        