@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

:root {
    --primary-color: #8C00FF;
}

body {
    background-color: #181B28;
    font-family: Arial, Helvetica, sans-serif;
    color: aliceblue;
    font-weight: normal;
    width: 100%;
    margin: 0;
}

header {
    width: 100%;
    text-align: center;
}

.outlined {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--primary-color);
}

img {
    width: 128px;
    image-rendering: pixelated;
}