:root {
  --orange: #E7652F;
  --yellow: #F4BA24;
  --green: #25D366;
  --white: #FCFAFA;
}

body {
  margin:  0;
  padding: 0;
  background: var(--orange);
  text-align: center ;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content: center;
  color: var(--white);
  font-family: "Funnel Display", sans-serif;
}

.screen {
  height: auto;
  width: 24rem;
  margin-top: 1rem;
}

img {
  border: var(--yellow) solid 0.25rem;
  width: 16rem;
  height: 16rem;
  border-radius: 1rem;
  
}



h1{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}


.box {
  padding-left: 1rem;
  padding-right: 1rem;
}

.header{
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: none;
  background: var(--yellow);
  font-weight: bold;
  width:20rem;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}

input {
  width:20rem;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  padding: 0.125rem 1rem;
  border-radius: 0.5rem;
  border: none;
  font-family: inherit;
}

p {
  font-size: 1.2rem;
  margin:1rem;
}

.content {
  border: var(--yellow) solid 0.25rem;
  border-radius:0.5rem ;
  margin: 0.25rem auto;
  padding-left:  0.5rem;
  padding-right: 0.5rem ;
}

.wa {
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: none;
  background: var(--green);
  font-weight: bold;
  width:22rem;
  color: inherit;
  font-family: inherit;
  margin-top: 0.75rem;
  
}

a {
  color : inherit;
  text-decoration: none;
}


.hope {
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: none;
  background: var(--yellow);
  font-weight: 600;
  margin: 1rem;
  width:20rem;
}
