Spaces:
Runtime error
Runtime error
@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@300;400;500;600;700&display=swap'); | |
* { | |
font-family: 'Readex Pro'; | |
} | |
a { | |
text-decoration: none; | |
color: white ; | |
font-weight: 500; | |
} | |
a:hover { | |
color: #d33682 ; | |
text-decoration: none; | |
} | |
ul { | |
list-style-type: none; | |
} | |
hr { | |
margin-top: 0px; | |
margin-bottom: 5%; | |
} | |
#MainMenu { | |
visibility: hidden; | |
} | |
footer { | |
visibility: hidden; | |
} | |
header { | |
visibility: hidden; | |
} |