html
{
font-family: myFont;
}

body
{
text-align: center;
background-image: url("Planks.png");
}

h1
{
font-size: 350%;
}

h2
{
text-align: center;
font-size: 300%;
}

h3
{
font-size: 200%;
}

p
{
color: white;
font-size: 150%;
}

img
{
  max-width: 100%;
}

.button {
background-color: #f5d77f;
border: 1px #9e9a2b;
color: black;
padding: 20px 43px;
text-align: center;
text-decoration: none;
font-size: 32px;
font-weight : bold;
cursor: pointer;
}

.button:hover {
  transition-duration: 0.4s;
background-color: #c7b16f;
}

@font-face {
font-family: myFont;
src: url(MegamaxJonathanToo-YqOq2.ttf);
}