h1, h2 {
    text-align: center;
    color: black;
    font-family: 'Times New Roman', Times, serif;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body {
    background-color: orange;
}

.link {
    text-align: center;
    text-shadow: 2px 2px #ff0000;
    font-size: 40px;
}

.email {
    text-align: center;
    font-size: 20px;
}

div.container {
    display:inline-block;
  }

  p {
    text-align:center;
  }

table {
    margin-left: auto;
    margin-right: auto;
}

button {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}