* {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: white;
}

body {
  background-color: black;
}

.cohete {
  margin-top: 10%;
  height: 200px;
  width: auto;
  display: flex;
  margin-bottom: 0%;
  justify-content: center;
  align-items: center;
  margin-left: 43%;
}

.css-button-sliding-to-left--black {
  left: 45%;
  margin-top: 1%;
  min-width: 130px;
  height: 40px;
  color: #fff;
  border-color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  z-index: 0;
  background: #000;
  overflow: hidden;
  border: 2px solid #ffffff;
  color: #fff;
}
.css-button-sliding-to-left--black:hover {
  color: #000000;
  border-color: #fff;
}
.css-button-sliding-to-left--black:hover:after {
  width: 100%;
}
.css-button-sliding-to-left--black:after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #ffffff;
}
.nos {
  font-size: 60px;
  display: flex;
  justify-content: center;
  margin-top: 2%;
}
.texto {
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 25px;
}

@media (max-width: 700px) {
  .cohete {
    margin-top: 45%;
    margin-left: 25%;
  }
  .css-button-sliding-to-left--black {
  left: 35%;
  margin-top: 3%;
  min-width: 130px;
  height: 40px;
  color: #fff;
  border-color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  z-index: 0;
  background: #000;
  overflow: hidden;
  border: 2px solid #ffffff;
  color: #fff;
}
.css-button-sliding-to-left--black:hover {
  color: #000000;
  border-color: #fff;
}
.css-button-sliding-to-left--black:hover:after {
  width: 100%;
}
.css-button-sliding-to-left--black:after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #ffffff;
}
.nos {
  font-size: 30px;
  display: flex;
  justify-content: center;
  margin-top: 5%;
}
.texto {
  margin-top: 2%;
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 12.5px;
  text-align: center;
}
}