/* Compartment STYLESHEET 5.2 */
/* STYLE SHEET FOR freja */
/* LAST REV 2004-05-07 */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: 'Arial', sans-serif;
	background-color: #1c1c1c;
	color: #f0f0f0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	/*
	background-color: #75cbe1;
	*/
}

/* Container */
.container {
    text-align: center;
    background: #2b2b2e;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    width: 80%;
    max-width: 600px;
}

/* Logo */
.logo img {
    width: 150px;
    margin-bottom: 20px;
    background-color: #FFF;
}

/* Text Styles */
h1 {
    color: #e4f3f7;
    font-size: 2.5em;
    margin-bottom: 10px;
}

p {
    color: #cfd4d9;
    font-size: 1.1em;
    margin-bottom: 20px;
}

a {
    color: #4bd1fb;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

/* Footer */
footer {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 0.9em;
    color: #818388;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 30px;
    }

    h1 {
        font-size: 2em;
    }

    p {
        font-size: 1em;
    }
}

/*

footer {
	font-size: small;
	float: left;
	border: 1px solid #70c0e0;
	padding: 10px 10px 10px 10px;
}

body.c	{
	background-image: url(/images/bg.png);
	background-repeat: repeat;
	background-color: #333333;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, serif, Arial, Helvetica;
}

.c	{
	font-family: tahoma, serif;
	color: #FFF;
	font-size: small;

.cs	{
	font-family: tahoma, serif;
	color: #FFF;
	font-size: smaller;
	text-decoration: none;
}

div.c	{
	position : absolute ;
	width : 287px ;
	height : 128px ;
	margin-left : -144px;
	margin-top : -64px;
	top : 50% ;
	left : 50%;
}

img.c	{
	border: 2px solid black;
}
div.cb	{
	position : absolute ;
	margin-left : 0px;
	margin-top : 0px;
	top : 93% ;
	left : 81%;
}
*/
