website/nginx/site/css/style.css
2025-06-03 12:07:17 +02:00

12 lines
264 B
CSS

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
body {
margin: 0;
padding: 0;
background-color: #F4D793;
font-family: 'Roboto', sans-serif;
color: #3D2914;
font-weight: 500;
font-size: 20px;
}