html, body{ 
    font-family: Roboto-Regular,Helvetica,Arial,sans-serif;
    background-color: #f2efe6;
  }
  button {
    all: unset;
  }
  button:focus {
    outline: revert;
  }
.not-found-container{
    width: 100%;
    height: 100%;
    background-color: #f2efe6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.flex-row-end {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.not-found-header{
    color: #85847a;
    font-size: 64px;
    font-weight: 700;
}
.not-found-sub-header {
    color: #abaaa1;
    font-size: large;
    font-weight: 600;
}
.not-found-resend-email {
    color: #abaaa1;
    font-size: 14px;
    text-decoration: underline;
}
.not-found-resend-email:hover {
    color: #474642;
}