body {
    margin: 10%;
    font-family: sans-serif;
    justify-content: center;
}

@font-face {
    font-family: "AppleGaramond";
    src: url("fonts/AppleGaramond copy.ttf") format("truetype");
}

@font-face {
    font-family: "AppleGaramond-Light";
    src: url("fonts/AppleGaramond-Light copy.ttf") format("truetype");
}
@font-face {
    font-family: "AppleGaramond-LightItalic";
    src: url("fonts/AppleGaramond-LightItalic.ttf") format("truetype");
}
h1 {
    font-family: "AppleGaramond-Light", sans-serif;
    font-size: 5rem;
}
p {
    font-family: "AppleGaramond-Light", sans-serif;
    font-size: 2rem;
}
a {
    font-family: "AppleGaramond-Light", sans-serif;
    color: darkorange;
}

em {
    font-family: "AppleGaramond-LightItalic", sans-serif;
    color: darkorange;
}
