body{
    background-color: orange;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
h1, p{margin: 3%}
h1{font-size: calc(1.5vw + 20px);}
p{font-size: calc(1vw + 10px);}