body{
  display: flex;
  justify-content: center;
  margin: 0;

}
.App{
  display: flex;
  width: 480px;
  position: relative;
  flex-direction: column;
  align-items: center;
  background-image: url("../img/back.jpg");
  background-size: 100% 100%;
  height: 700px;
}

.box{
  display: flex;
  width: 95%;
  flex-direction: row;
  background-color: hsla(0,0%,100%,.701961);
  padding: 4px;
  margin: 5px;
  justify-content: space-between;
  align-items: center;
}

.d1{
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: calc(95%/3);
  text-align: center;
  align-content: center;
}

.box-button{
  display: flex;
  width: 60%;
  flex-direction: column;
  margin-top: 2em;
  justify-content: space-between;
}

button{
  height: 2.5em;
  width: 100%;
  font-size: 1em;
  margin-bottom: 1em;
}

.aa{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

a {
 text-decoration:none;
 color:#000;
 font-size:20px
}
.f{
  display: flex;
  justify-content: center;
  color:#000;
  font-size:20px;
  width: calc(95%/3);
}
