body {
  height          : 100%;
  width           : 100%;
  background-color: #FFD700;
}
.container {
  width     : 100%;
  text-align: center;
}
.wh-center {
  width    : 100%;
  position : absolute;
  top      : 35%;
  left     : 50%;
  transform: translate(-50%);
}
.wh-centerB {
  width    : 100%;
  position : absolute;
  top      : 80%;
  left     : 50%;
  transform: translate(-50%,-40%);
}
#svgLogo {
  width : 90%;
  height: 90%;
}
#svgButton {
  width  : 15%;
  height : 15%;
}
@media screen and (max-width: 1080px) {
  #svgButton {
    width  : 30%;
    height : 30%;
  }
}
path {
  fill-opacity: 0;
  transition  : fill-opacity 1s;
}
.fill path.path_black {
  fill        : #231815;
  fill-opacity: 1;
}
.stroke_black {
  stroke-width: 2px;
}
