:root {
    --spacing: 10px;
    --range: 2px;
    --base: #ffc600;
}
body {
    background-color: #193549;
    text-align: center;
    font-family: sans-serif;
    color: #fff;
}
h1 {
    font-size: 55px;
}
h1 span {
    color: #ffc600;
}
.controls {
    margin: 40px 0;
    font-size: 30px;
}
img {
    border: var(--spacing) solid var(--base);
    filter: blur(var(--range));
    max-width: 90%;
    box-sizing: border-box;
}
