#wrap{
    display: block;
    min-height: 80vh;
    margin: 5vw;
    position: relative;
}

h3::after, p::after, h4::after{
    display: block;
    content:  " ";
    white-space: pre;
}

h4{
    font-size: 1.3vw;
    font-weight: normal;
}

a{
    text-decoration: 1px solid black underline;
}