@font-face {
    font-family: 'Minecraft';
    src: url('../fonts/Minecraft.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Minecraft';
    background-image: url('../images/background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    color:white;
    margin: 0;
    padding: 0;
}

header {
    text-align: center;
    padding: 1rem 0;
}

header img {
    max-width: 600px;
    height: auto;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

nav ul li {
    display: inline;
    margin: 0 10px;
}

nav ul li a {
    color: #ffffff;
    text-decoration: none;
}

nav ul li a:hover {
    color: #4b15ca;
}

main {
    padding: 2rem;
    text-align: left;
    color: #a1a1a1;
}

footer {
    background-color: rgba(51, 51, 51, 0.8);
    color: #999999;
    text-align: center;
    padding: 1rem 0;
    width: 100%;
    bottom: 0;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 10px 0;
}

.social-icons a {
    color: #ffffff;
    font-size: 24px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #4b15ca;
}

.home-contents {
    width: 60%;
}

h2 {
    color:rgb(228, 223, 223);
}
