html, body {
	background-color: rgba(255, 198, 230, 0.2);
}

header {
	padding: 30px 20px;
	display: flex;
	flex-wrap: wrap;
	background-image: url('img/bg.png');
	background-size: cover;
}

.logo {
	align-self: center;
	margin-right: 50px;
	border-radius: 50%;
	width: 140px;
	height: auto;
}

.header-info {
	margin-top: 10px;
	margin-bottom: 10px;
	align-self: center;
}

nav.menu {
	background-color: #fc3468;
}

.btn-primary {
	background-color: #fc3468!important;
	border-color: #fc3468!important;
}
.btn-outline-primary {
	border-color: #fc3468!important;
	color: #fc3468!important;
}
.btn-outline-primary:hover, .btn-outline-primary:active {
	background-color: rgba(252, 53, 106, 0.1) !important;
	border-color: #fc3468!important;
	color: #fc3468!important;
}

h2 {
	border-bottom: 2px dotted rgba(252, 52, 104, 0.4);
}

a.nav-link {
	color: white;
}

a {
	color: #fc3468;
}

article {
	padding: 20px;
}

.twitch-icon {
	width: 24px;
	height: auto;
}
