frog-website/stylesheet.css

14 lines
269 B
CSS

body {
background-image: url(img/background.jpg);
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
text-align: justify;
line-height: 25px;
color: var(--color);
}
.content {
margin: 2em auto 0 auto;
max-width: 1100px;
}