You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
264 B
CSS

body {
min-height: 100vh;
background-color: #130149;
text-align:center;
}
h1 {
font-size: 200px;
color: white;
margin-top: 200px;
margin-bottom: 20px;
}
h2 {
font-size: 20px;
color: white;
}
h3{
margin-top: 200px;
}