body {
  background-color: #002279;
  margin: 0;
  font-family: "PT Serif", serif, Georgia, serif;
  color: rgb(255, 196, 0);
  overflow-x: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.main {
  width: 96%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.main > * {
  max-width: 1000px;
  width: 100%;
}

.topbar {
  display: flex;
  flex-wrap: wrap;
  column-gap: 14%;
  justify-content: flex-start;
}

.topbar img {
  max-width: 35px;
  min-width: 10%;
}

.embedtube {
  height: 300px;
}
/* Puhelimen näyttö esim n. 550px leveä */
@media (max-width: 550px) {
}
