@font-face {
    font-family: "ZuumeRough";
    font-feature-settings: "liga" 0;
    src: url("fonts/font.otf");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow: hidden;
    color: #ff4356;
    font-family: Arial, sans-serif;
    text-align: center;
    alignment: center;
    overflow: hidden;
    background: url('../images/background.png') no-repeat center center fixed; 
    background-size: cover;
}
.background-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url('../images/welcome.png') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
    cursor: pointer;
    z-index: 2;
}
.video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: none;
}
.video-container video {
    cursor: pointer;
}
video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100vw;
    min-height: 100vh;
    object-fit: cover;
}
.content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.container {
    background: rgba(0, 0, 0, 0.7);
    padding: 50px;
    border-radius: 10px;
    display: inline-block;
}
div {
    display: inline-grid;   
}
p {
    font-size: 20px;
    color: #fafddd;
}
img #logo {
    max-width: 300px;
}
h1 {
    font-family: "ZuumeRough";
    font-size: 40px;
    color: #eee7cf; 
    position:absolute;
    bottom: 75px;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 20%;
    color: white;
    align-items: center;
    justify-content: center;
    z-index: 10;    
}
.btn {
    font-family: "ZuumeRough";
    font-size: 40px;
    color: #eee7cf;
    display: inline-block;
    margin-top: 30px;
    padding: 10px 20px;
    background: #6d2f50;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
}
.btn img {
    max-width: 26px;
}
.btn:hover {
    background: #a13f52;
}
#mute-button {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 90px;
    height: 90px;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: white;
    font-size: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
#kf3-logo {
    position: absolute;
    top: 140px;
    right: 20px;
    width: 90px;
    height: 90px;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: white;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
#steam-logo {
    padding: 10px;
    position: absolute;
    top: 260px;
    right: 20px;
    width: 90px;
    height: 90px;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: white;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
#facebook-logo {
    padding: 10px;
    position: absolute;
    top: 380px;
    right: 20px;
    width: 90px;
    height: 90px;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: white;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
#youtube-logo {
    padding: 10px;
    position: absolute;
    top: 500px;
    right: 20px;
    width: 90px;
    height: 90px;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: white;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
#tiktok-logo {
    padding: 10px;
    position: absolute;
    top: 620px;
    right: 20px;
    width: 90px;
    height: 90px;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: white;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
#github-logo {
    padding: 10px;
    position: absolute;
    top: 740px;
    right: 20px;
    width: 90px;
    height: 90px;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: white;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
#credits {
    position: absolute;
    bottom: 20px;
    right:20px;
}
#credits p {
    font-size: 10px;
    color: #fafddd;   
}