html {
    margin: 0;
    padding: 0;
    color: white;
    -webkit-user-drag: none;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 500;
}

body {
    background-color: #16161c;
}

.banner {
    display: grid;
    grid-template-columns: repeat(1fr, 2);
    grid-template-rows: 1fr;
    gap: 2em;
    justify-content: center;
    margin-top: 2em;
}

img {
    width: 16rem;
    filter: brightness(200);
}