body {
    font-family: Arial, sans-serif;
    background-color: #000000;
	color: #ffffff;
    text-align: center;
}

.socs {
	padding: 0px 20px;
	display: inline-block;
	max-width: 33%;
}

.ikon {
	max-width: 100%;
	height: auto;
}

/* text styles */
h1 {
	font-size: 24px;
	padding-top: 50px;
}

h2 {
	font-size: 30px;
    padding-top: 50px;
}

h2 img {
	display: inline-block;
}

p {
	font-size: 16px;
}

a {
	color: #ffffff;
	font-weight: bold;
}

iframe {
	width: auto;
	height: 400px;
}

/* ID selector example */
#special-box {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}