.font-mulish {
             font-family: "Mulish", sans-serif;
             font-optical-sizing: auto;
             font-weight: 1000;
    color:white;
             font-style: normal;
}
.font-mulish-black {
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    color:black;
    font-style: normal;
}
body{
    background-image: linear-gradient(to left, blue,darkblue);
    min-height: 100vh;
    margin: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;

}
.centruota{

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height:70vh;
    gap:20px;
}
.interface{
    background:white;
    border:3px;
    border-radius:5px;
    text-align:center;
}
footer{
    background:blue;
    border-color:darkblue;
    border:3px;
    min-height: 50px;
    color:white;

}
.footer-text{
    margin-left:30px;
}
header{
    min-height: 50px;
}
/*
Source - https://stackoverflow.com/a
Posted by Chris S, modified by community. See post 'Timeline' for change history
Retrieved 2026-01-23, License - CC BY-SA 3.0
*/

@media (max-width: 640px) {
    .mobile-nav .show-nav {
            display: block;
                    padding: 1em 40px;
                            color: #fff;
                                    background: darkblue; 
                                            cursor: pointer;
                                                    border-bottom: 1px solid #000;
                                                        }
                                                        }
                                                        