*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0px;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    min-height: 100vh;
}

img,
picture {
    max-width: 100%;
    display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

#rivalautosport {
    background: #000616;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.inner {
    max-width: 420px;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}