body{
    background-image: url('trianglify_blue.svg');
    background-repeat: no-repeat;
    background-size: cover;   display: flex;
    height: 100%;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* p{
    margin-top: 1.4rem;
} */

.box{
    margin-top: 5.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 500px;
    width: 500px;
    background-color: white;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.123) 0px 4px 16px, rgba(10, 10, 12, 0.11) 0px 8px 32px;

}


.button-6 {
  align-items: center;
  background-color: #0c69b0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: inline-flex;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 0.8035714285714285rem;
  font-weight: 400;
  justify-content: center;
  line-height: 1.75;
    letter-spacing: 0.02857em;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-6:hover,
.button-6:focus {
    border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: white;
  background-color: #083d66;
}

.button-6:hover {
  transform: translateY(-1px);
}

.button-6:active {
  background-color: #F0F0F1;
  border-color: #063152;
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
}