@font-face
{
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.eot') format('embedded-opentype'),
         url('../fonts/Poppins-Medium.woff2') format('woff2'), 
         url('../fonts/Poppins-Medium.woff') format('woff'), 
         url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-display: swap;
}

html, body {
    height: 100%; /* Ensure body takes full viewport height */
    margin: 0; /* Remove default margin */
    font-family: "Poppins-medium","Verdana",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
.full-height {
    height: 100%; /* Make container fill the height */
}
.logo {
    max-width: 300px; /* Adjust size as needed */
    height: auto;
    margin-bottom: 60px;
}