AnkitGeotek/Emotion_recognition
0
1@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@300;400;500;600;700&display=swap');2 3 4* {font-family: 'Readex Pro';}5 6 7a {8 text-decoration: none;9 color: white !important;10 font-weight: 500;11}12 13a:hover {14 color: #d33682 !important;15 text-decoration: none;16}17 18ul {list-style-type: none;}19 20hr {21 margin-top: 0px;22 margin-bottom: 5%;23}24 25#MainMenu {visibility: hidden;}26footer {visibility: hidden;}27header {visibility: hidden;}