@font-face {
    font-family: 'CezannePro';
    src: url('/fonts/CezannePro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'P22-Regular';
    src: url('/fonts/P22_Cezanne_Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

a {
    color:#ffff66;
}

td {
    vertical-align:top;
    padding-left: 1%;
}

h1 {
    color:#ffff66;
    }

h2 {
    color:#ffff66;
}

img {
    border-radius: 15%;
  }