body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0px;
    background-color: #0f0f0f;
}

.streamers {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 100px;
}

.streamername {
    text-align: left;
    font-size: 30px;
    margin-left: 40px;
    letter-spacing: 3px;
    font-weight: bold;
    text-transform: uppercase;
}

.right {
    width: 400px;
    height: 250px;
    justify-content: left;
}

.introicon {
    width: 250px;
    height: 250px;
}

.about {
    font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
    color: white;
    height: auto;
    width: 850px;
}

.moto {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.streamerpage {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.iconsbar {
    margin-left: 40px;
}

.snsicons {
    font-size: 35px;
    color: white;
    transition: 0.3s;

}

.snsicons:hover {
    transform: scale(1.2);
}

.fa-tiktok {
    color: #0f0f0f;
}

.fa-youtube {
    color: #ff0000;
}

.fa-twitch {
    color: #9146ff;
}

.fa-x-twitter {
    color: #0f0f0f;
}

.snsicons {
    margin-right: 10px;
}

a {
    text-decoration: none;
}

.introduction {
    font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
    color: white;
}

p {
    font-size: 15px;
    text-align: left;
    margin-left: 40px;
}

.stream {
    display: block;
    text-decoration: none;
    color: white;
    width: 200px;
    text-align: center;
}

#bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

#deficon {
    width: 150px;
    height: 150px;
}

#logo {
  width: 80px;
  height: auto;
  margin-left: 50px;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: black;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid black;

}

.navbar ul {
    display: flex;
    list-style: none;
    gap: 40px;
    margin-right: 50px;
    padding: 0px;
}

.navbar a {
    text-decoration: none;
    color: white;
    font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
    letter-spacing: 0.5px;
}

h1 {
    margin-bottom: 0;
    font-family: "Bebas Neue", sans-serif;
    font-size: 60px;
    text-align: center;
    color: white;;
}

.highlight {
    font-family: "Bebas Neue", sans-serif;
    font-size: 60px;
    color: darkred;
}

.highlight2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 40px;
    color: darkred;
}

.highlight3 {
    font-family: "Bebas Neue", sans-serif;
    color: darkred;   
}

.moto2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 40px;
    margin: 1%;
}

h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 60px;
    text-align: center;
    color: white;
}

h3 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
    text-align: center;
    color: white;
    margin: 10px;
}

#streamerText {
    margin-top: 80px;
    font-size: 30px;
}