body {
    height: 100vh;
    overflow: hidden;
}
p {
    display: flex;
}
#copy {
    display: inline-flex;
    align-self: baseline;
}