*:focus {
// тут обнулите стили для фокуса
}
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
section {
max-width: 600px;
width: 100%;
background: red;
min-height: 200px;
}