@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

body {
    font-family: 'Varela Round', sans-serif !important;
}

.bg-black {
    background-color: rgba(0, 0, 0, 0.7);
}

.bg-img {
    background: url(/img/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.font-logo {
    font-family: 'Press Start 2P', cursive;
}

.text-shadow-2 {
    text-shadow: 2px 2px #000;
}

.btn-twitch {
    color: white;
    background: #6441a5;
    transition: all 0.3s ease;
}

.btn-twitch:hover {
    color: #d9d9d9;
    background: #5d3b9c;
}

.rounded-lger {
    border-radius: 20px;
}