/*
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 : 6. 3. 2024, 13:10:31
    Author     : pantaleus
*/

body, html {
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-container {
    max-width: 100%;
    max-height: 100%;
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}