.center {
    position: relative;
    text-align: center;
  }

  img {
    position: relative;
    width: 80%;
    height: auto;
    max-width: 500px;
    pointer-events: none;
  }

  body {
    color: white;
    background-color: black;
    align: center;
}

.importantText {
    font-family: 'Fjalla One', sans-serif;
    font-size: 50px;
}

.bodyText {
    font-family: sans-serif;
}

.textPadding {
    padding-bottom: 10%;
}

a:link {
    color: white; 
    background-color: transparent; 
    text-decoration: none;
  }
