@import url("https://cdn.no7he.re/fonts/Inter/font.css");

body {
    background: #000;
    color: #fff;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}

#queen {
    position: absolute;
    opacity: .75;
    height: 30%;
    width: 28%;
}