wisdom/style.css

29 lines
476 B
CSS

@import url("https://fonts.googleapis.com/css2?family=Prata&display=swap");
body {
margin: 0;
padding: 0;
}
div {
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
margin-left: 24%;
margin-right: 24%;
}
a {
color: floralwhite;
font-size: 400%;
text-align: center;
font-family: "Prata", serif;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
body {
background-color: #080808;
}