body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

p {
    margin-left: 5%;
}

h5 {
    margin-left: 5%;
}

.chevron {
    position: fixed;
    bottom: 1%;
    left: 5%;
}