.container_launch {
  background-color: #FFF;
  border: 1px solid #bababa;
  border-radius: 4px;
  color: #2C343B;
  height: 350px;
  margin: 0 auto;
  position: absolute;
  width: 170px;
}

.container_launch header {
  background-color: #008bb2;
  color: white;
  height: 45%;
  text-align: center;
}

.container_launch header span {
  font-size: 350%;
  line-height: 130px;
}

.container_launch header h1 {
  font-size: 18px;
  font-weight: 400;
  margin: -8% 8%;
  text-align: center;
}

.container_launch p {
  font-size: 90%;
  margin: 5% 8%;
  padding-bottom: 20px;
}

.container_launch footer {
  border-top: 1px dotted #bababa;
  bottom: 0;
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
}

.container_launch footer a {
  border: none;
  color: #007FA3;
  font-size: 90%;
  display: block;
  height: 100%;
  margin: 0 auto;
  padding: 8%;
}

.container_launch footer a:hover, .container_launch footer a:focus {
  background-color: #fed479;
  color: #922642;
  text-decoration: none;
  outline: none;
}
