
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

html {
  box-sizing: border-box;
  font-size: 100%;
}
h1 {font-size: 1.2em;}
*,
:after,
:before {
  box-sizing: inherit;
}
.fa-1x {
    font-size: 1em;}
.svg-inline--fa.fa-w-16 {
    width: 1em;}
.link-verified {
    color: #3897f0;}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;}
.id {display: flex !important; align-items: center !important; text-align: center !important; margin:auto; width: fit-content; max-width: 100%; margin-bottom:15px; color:#fdcb01!important;
}

body {
  background-color:#e00209;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  max-width: 100%;
  min-height: 100vh;
  height: auto;
	
}

.logo {
  width: 300px;
}

h2 {
  color: #2fb8eb;
}

.links__item {
  display: block;
  max-width: 550px;
  margin: 0 auto 10px;
  margin-bottom: 15px;
  font-size: 0.95rem;
  line-height: 1;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: black;
}
.links__item a { padding: 15px 20px;}

.links__item .links__item--promo:hover {
  background-color: #fdd000;
}

.links__item .links__item--promo {
  box-shadow: 1px 1px 4px #000;
  border-radius: 20px;
  background-color: #fff;
  color:#000;
  font-family: "Quicksand", serif;
  font-weight: 600;
  font-style: normal;
	font-size: 1.8em;
	letter-spacing: -1px;
}



.channels {
  display: flex;
  max-width: 400px;
  margin: 0 auto;
}

.channels .channels__item {
  flex: 1;
  margin-right: 5px;
  transition: transform 0.2s;
}

.channels__item:hover {
  transform: scale(1.5);
}