* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #000;
    margin: 0;
}

h1 {
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
    margin: 0 auto;
}

.subhead {
    font-size: 1.5rem;
    text-align: center;
    margin: 1rem auto 0.5rem auto;
}

.confirm {
    font-size: 1.25rem;
    text-align: center;
    margin: 5px auto;
    font-weight: 400;
}

.logo {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    padding: 1.25rem 0;
}

mark {
    padding: 0.1rem 0.4rem;
    border-radius: 0.8rem 0.3rem;
    background: transparent;
    background-image: linear-gradient(
      to right,
      rgba(255, 252, 127, 0.1),
      rgba(255, 252, 127, 0.7) 4%,
      rgba(255, 252, 127, 0.3)
    );
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}  

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 100vh;
    padding: 0 0.625rem;
    background: #f5f5f5;
}

.profile {
    text-align: center;
    margin-bottom: 0.5rem;
    padding: 2rem 1rem 0rem 1rem;
}

.profile p {
    font-size: 1.25rem;
    font-weight: 800;
}

.profile-picture {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
}

.links {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
}

.btn {
    text-decoration: none;
    color: #fff;
    background: #4064e9;
    border: none;
    box-shadow: 0 17px 27px 0 rgb(64 100 233 / 40%);
    padding: 1rem 2rem;
    margin-bottom: 1rem;
    border-radius: 9999px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5em;
    min-width: 200px;
    cursor: pointer;
}

.date {
    color: #ff0000;
    font-weight: 700;
}

.trustpilot {
    width: 280px;
    margin: 0 auto;
  }
  
  .proof-text {
    font-size: 1.125rem;
    line-height: 1.7rem;
    text-align: center;
    max-width: 500px;
    margin: 5px auto;
  }
  

footer {
    width: 100%;
    padding: 1rem;
    background: #f5f5f5;
    color: #333;
    font-size: 0.8125rem;
    text-align: center;
}

footer a {
    color: #333;
    text-decoration: none;
    margin: 0 1rem;
}
