@font-face {
    font-family: 'GuardianTextSans';
    src: url('https://assets.guim.co.uk/static/frontend/fonts/guardian-textsans/noalts-not-hinted/GuardianTextSans-Bold.woff2')
        format('woff2'),
      url('https://assets.guim.co.uk/static/frontend/fonts/guardian-textsans/noalts-not-hinted/GuardianTextSans-Bold.woff')
        format('woff');
    font-weight: 700;
    font-style: normal;
  }


  @font-face {
    font-family: 'GuardianTextSans';
    src: url('https://assets.guim.co.uk/static/frontend/fonts/guardian-textsans/noalts-not-hinted/GuardianTextSans-Regular.woff2')
        format('woff2'),
      url('https://assets.guim.co.uk/static/frontend/fonts/guardian-textsans/noalts-not-hinted/GuardianTextSans-Regular.woff')
        format('woff');
    font-weight: 400;
    font-style: normal;
  }

button {
    background-color: black;
    border: 2px solid white;
    color: white;
    text-align: center;
    font-family: "GuardianTextSans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 19px;
    border-radius: 30px;
    cursor: pointer;
    }

/* a {
    color: white;
    cursor: pointer;
}

a:visited {
    color: white;
} */