/*
 Theme Name: perse.lt
 Author: perse.lt
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: my-elementor-starter
*/

body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button {
	cursor:pointer;
}

#page {
    min-height: 100vh;
}

.site-content {
    width: 100%;
}

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

p {
margin-top:0px!important;
}
