body {
    background: black;
}

canvas {
    position: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

header {
    padding-top: 10px;
}

.menu-button {
    background-color: transparent;
    border: none;
    padding: 0px 0px;
    cursor: pointer;
}

.container-image {
    text-align: center;
}

a {
    text-decoration: none;
}

.banner-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.banner-button {
    display: flex;
    text-decoration: none;
    background-color: white;
    color: black;
    padding: 15px 30px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 80%;
    max-width: 600px;
    justify-content: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.banner-button:hover {
    background-color: #e8e8e8;
    scale: 105%;
}

.banner-content {
    display: flex;
    align-items: center;
}

.icon {
    width: 34px;
    margin-right: 10px;
}

.banner-text {
    margin: 0;
    font-family: Minecraft;
}

@font-face {
    font-family: Minecraft;
    src: url(/asset/Fonts/Minecraft.ttf);
    font-display: swap;
}

.font-title {
    font-family: Minecraft;
    color: white;
}