<template>
<div class="hero-search">
<h1>server component</h1>
</div>
</template>
<style>
//this style is not working
.hero-search {
max-width: 100%;
margin: auto;
border-radius: var(--border-radius-8);
position: relative;
background-color: var(--white);
}
</style>