/* As a good practice don't edit React Components, create classes and apply those classes to the specific component you are trying to change */ .screen-titles{ color: #ffffff; font-size: 30px; display: flex; align-items: center; } .screen-h2 { padding-top: 20px; } /* Styles for information screen */ .info-card{ padding: 20px; } .info-p { line-height: 1.5; } /* Styles for home screen */ .card-header { padding-left: 5px; padding-right: 5px; } .moti-download { font-size: 40px; } .moti-card { background-color: #fff; border-radius: 15px !important; padding: 15px; margin: 15px; } .moti-img { border-radius: 15px !important; overflow: hidden; } .card-date { color:#8f00ff; display:flex; justify-content: space-between; align-items: center; } /* Styles for the flag screen */ .flag-item { background-color: #fff !important; }