:root{
    --black: #000000;
    --white: #ffffff;
}

html,
body{margin:0;padding:0}
body{font-family:Arial,sans-serif;background:var(--black);font-size:1vw;color:var(--white)}
a{color:var(--white);transition:.4s ease-out;text-decoration:none;border:none;outline:0}
a:hover{color:var(--white)}
p{line-height:1.46em}
img{width:auto;max-width:100%}
.pageWrapper { width: 100%; height: 100%; min-height: 100vh; display: flex; align-items: center; justify-content: center; }
.logo { max-height: 50vh; }