@@ -178,20 +178,19 @@ export default {
.name {
margin: 0 0 20px 0;
padding: 0 10px;
- p:nth-child(1) {
+ p {
text-align: center;
- font-size: 35px;
color: #409eff;
- font-weight: bolder;
font-family: cursive;
}
+ p:nth-child(1) {
+ font-size: 35px;
+ font-weight: bolder;
+ text-shadow: 2px 2px 3px grey;
+ }
p:nth-child(2) {
- color: #409eff;
- margin-top: 5px;
font-weight: 700;
font-size: 20px;
- text-align: center;
- font-family: cursive;
// .title {