@import url("https://fonts.googleapis.com/css2?family=Abel&display=swap");

html {
  background: black;
  color: white;
  font-family: "Abel";
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100vh;
  opacity: 0;
  margin-top: -20px;
  padding: 0px 12px;
}

main img {
  width: 100%;
  max-width: 100px;
}

main h1 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
}

main h2 {
  font-size: 2rem;
  font-weight: 400;
  margin: 0;
}


.middle{
display: block;
color: #d4d4d4;
}


.middle .followTitle{
font-family: Arial;
display: block;
margin-top: 5px;
}

.middle .followTitle .label{
position: relative;
}


.middle .followTitle a{
color: #fff;
font-weight: 700;
text-decoration: none;
position: relative;
}

.middle .followTitle a::after{
position: absolute;
content: "";
right: -22px;
top: 0px;
width: 16px;
height: 16px;
background: url("arrow-icon.png");
background-repeat: no-repeat;
background-size: 100%;
}


.middle .desc{
margin-top: 5px;
display: block;
width: 100%;
font-size: 14px;
}


footer{
display: block;
}

main footer .label{
width: 100%;
display: block;
text-align: center;
font-size: 20px;
margin-bottom: 5px;
margin-top: 25px;
cursor: hand;
}

main footer a {
  display: block;
  color: #fff;
  text-decoration: none;
}

main footer {
  margin-top: 1rem;
}

main footer a {
  text-decoration: none;
}

main footer a svg {
  height: 40px;
  margin: 0 5px;
}

main footer a svg:hover {
  filter: brightness(0.5);
}
