* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

.background {
  width: 100vw;
  height: 100vh;
}

.frame-uno {
  width: 100%;
  height: 50%;
  background-color: #280206;
  display: flex;
  align-items: flex-end;
}

.frame-uno svg {
  width: 100%;
  margin: 2rem 2rem;
}

.frame-uno img {
  width: 50%;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  bottom: -2rem;
}

.frame-dos {
  width: 100%;
  height: 40%;
  background-color: #e84141;
  margin: auto;
}

.frame-dos svg {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 1rem 2rem;
}

.frame-dos p {
  color: #280206;
  font-family: "Covered By Your Grace", cursive;
  text-align: center;
  font-size: 4rem;
}

.frame-tres {
  background-color: #e84141;
  width: 100%;
  height: 10%;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.frame-tres span {
}

.icon {
  padding: 0 1rem;
  color: #280206;
}

@media screen and (max-width: 425px) {
  .frame-uno img {
    bottom: -0.5rem;
  }

  .frame-uno svg {
    width: 100%;
    margin: -5rem 2rem;
  }

  .frame-dos p {
    font-size: 2rem;
  }
  .frame-tres span img {
    width: 80%;
  }
}
