:root {
    --hue: 270;
    --color85: hsl(0, 0%, 85%);
}


* {
    text-decoration: none;
    box-sizing: border-box;
    vertical-align: middle;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}