body {
  background:#ccc;
  padding:0;
  margin:0;
}

#link{
  width:320px;
  height:480px;
  position:absolute;
  top:0px;
  left:0px;
}

#banner {
  overflow:hidden;
  position:relative;
  width:320px;
  height:480px;
  display:box;
  border:1px solid #20262f;
  background-color: #20262f;
  margin: auto;
  box-sizing: border-box;
}

#all{
  visibility: hidden;
}

img, svg {
  position: absolute;
}

#red{
  width: 320px;
  height: 260px;
  background-color: #ff0000;
  mix-blend-mode: multiply;
  display: block;
  position: absolute;
  top: 240px;
}

#white{
  width: 320px;
  height: 36px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 245px;
}

#text-1{
  left: 10px;
  top: 150px;
  width: 240px;
}

#text-2{
  left: 10px;
  top: 250px;
  width: 287px;
}

#text-3{
  left: 25px;
  top: 300px;
  width: 269px;
}

#text-4{
  left: 53px;
  top: 350px;
  width: 213px;
}

#text-5{
  left: 10px;
  top: 410px;
  width: 297px;
}
#text-6{
  left: 10px;
  top: 450px;
  width: 140px;
}
#logo{
  left: 170px;
  top: 430px;
  width: 150px;
}

#club-card{
  position: absolute;
  left: 250px;
  top: 262px;
  width: 76px;
  display: block;
  height: 49px;

  background-color: white;
  border-radius: 5px;

  box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.2);
}

