/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
p {
 font-family: 'Sora', sans-serif;
}

/* Logo */

.header__logo {
  padding-top: 10px;
  margin-right: 20px;
  max-width: 100px;
}

/* footer */
footer {
  background-color: #ff424a;