@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');



body {
  padding: 10px;
  background-color: #000;
  font-family: 'Roboto';

}

h1 {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

h2 {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

p {
  color: white;
}

.container {
  display: flex;
  height: 5500px;

}

/* MENU */
.header {

  display: flex;
  align-items: center;
  justify-content: center;
}

.header img {
  margin: 10px;
}

.menuburgerlogo {
  width: 50px;
  height: 30px;

}

.logo {
  width: 50px;

}

.socialmedia {

  display: flex;
  align-items: center;
  justify-content: center;
}

.socialmedia img {
  margin: 15px;
  width: 30px;
}






/************************/

/***/

footer {

  display: flex;
  justify-content: center;
  align-content: center;

}

footer a {
  margin: 20px;
  color: white;
  text-decoration: none;
  font-weight: 200;
}