@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

body {
    font-family: Inter, sans-serif;
}



.jumbo {
    background-image: url("https://img.xiaobiny.com/1354305.jpeg");
    background-size: 100%, 100%;
    background-position: 50% 50%, 50% 50%;
    filter: brightness(95%);
}

.govbeian {
    background-image: url("./beian.webp");
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 20px;
    margin-top: -4px;
}

.container
{
	width: var(--container-size);
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}