@font-face {
    font-family: 'MikeStandard';
    src: url(MikeStandard-Regular.ttf) format('truetype');
}

body {
    font-family: 'MikeStandard';
}

h1 {
    font-size: 75px;
    font-weight: 500;
}

.ppContainer {
    font-size: 30px;
    font-weight: 500;
    max-width: fit-content;
    margin-inline: auto;
    text-align: center;
}

.ppTitle {
    font-size: 50px;
    font-weight: 500;
}

.ppSubheader {
    font-size: 40px;
    font-weight: 400;
}

.ppText {
    font-family: 'Times New Roman', Times, serif;
    text-align: left;
    font-size: 25px;
}

footer {
    position:absolute;
    width:75%;
    bottom:0px;
}