You can not 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
561 B

.heading {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
background-color: #f3ec78;
background-image: linear-gradient(45deg, #f3ec78, #af4261);
background-size: 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
font-weight: 700;
margin-bottom: 100px;
margin-top: 100px;
}
.container1 {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
body {
background-color: rgb(248, 244, 244);
}